mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
oops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21155 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b8a5d63b18
commit
a844b017a6
@ -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…
x
Reference in New Issue
Block a user