Make the trunc/sext/zext methods return APInt& so that these operations
authorReid Spencer <rspencer@reidspencer.com>
Wed, 28 Feb 2007 17:34:32 +0000 (17:34 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 28 Feb 2007 17:34:32 +0000 (17:34 +0000)
commit94900774ad65d69274d564bac027d56a5801c7e2
tree734373df83d371f3c02de89a822b881d2f241c12
parentf2253449e24712e96f7bdb7b54c20ddca8d6bb51
Make the trunc/sext/zext methods return APInt& so that these operations
can be chained together with other operations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34743 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp