creative way to add one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-04-02 05:35:08 +00:00
parent 028856dc39
commit 7a32bc9b9b

View File

@ -190,3 +190,9 @@ int %test27(int %b, int %c, int %d) {
ret int %tmp6
}
int %test28(int %indvar) {
%tmp7 = add int %indvar, -2147483647
%tmp214 = xor int %tmp7, -2147483648
ret int %tmp214
}