mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
TEst longs
llvm-svn: 5247
This commit is contained in:
parent
8aa1a4c643
commit
ce17b87539
@ -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