1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

creative way to add one.

llvm-svn: 35583
This commit is contained in:
Chris Lattner 2007-04-02 05:35:08 +00:00
parent c873153cbd
commit 095caddb5e

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
}