mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
TEst longs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5247 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1ac72a68c
commit
67920c563b
@ -12,5 +12,9 @@ int %main() {
|
||||
%B = or int %A, 7
|
||||
%C = xor int %B, %A
|
||||
|
||||
%A = and long 4, 8
|
||||
%B = or long %A, 7
|
||||
%C = xor long %B, %A
|
||||
|
||||
ret int 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user