TEst longs

llvm-svn: 5247
This commit is contained in:
Chris Lattner 2003-01-13 00:57:11 +00:00
parent 34e598cf2e
commit 14bedef4b0
1 changed files with 4 additions and 0 deletions

View File

@ -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
}