mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 12:08:25 +00:00
oops
llvm-svn: 21155
This commit is contained in:
parent
3ae7f6c9ef
commit
a77ebf3d85
@ -6,6 +6,6 @@ implementation ; Functions:
|
||||
long %bar(long %x, long %y) {
|
||||
entry:
|
||||
%tmp.1 = xor long %x, -1 ; <long> [#uses=1]
|
||||
%tmp.2 = and long %y, long %tmp.1
|
||||
%tmp.2 = and long %y, %tmp.1
|
||||
ret long %tmp.2
|
||||
}
|
||||
|
@ -6,6 +6,6 @@ implementation ; Functions:
|
||||
long %bar(long %x, long %y) {
|
||||
entry:
|
||||
%tmp.1 = xor long %x, -1 ; <long> [#uses=1]
|
||||
%tmp.2 = xor long %y, long %tmp.1
|
||||
%tmp.2 = xor long %y, %tmp.1
|
||||
ret long %tmp.2
|
||||
}
|
||||
|
@ -6,6 +6,6 @@ implementation ; Functions:
|
||||
long %bar(long %x, long %y) {
|
||||
entry:
|
||||
%tmp.1 = xor long %x, -1 ; <long> [#uses=1]
|
||||
%tmp.2 = or long %y, long %tmp.1
|
||||
%tmp.2 = or long %y, %tmp.1
|
||||
ret long %tmp.2
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user