[llvm-commits] CVS: llvm/test/Regression/Jello/test-logical.ll
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 12 18:58:12 PST 2003
Changes in directory llvm/test/Regression/Jello:
test-logical.ll updated: 1.3 -> 1.4
---
Log message:
TEst longs
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/test-logical.ll
diff -u llvm/test/Regression/Jello/test-logical.ll:1.3 llvm/test/Regression/Jello/test-logical.ll:1.4
--- llvm/test/Regression/Jello/test-logical.ll:1.3 Mon Dec 16 20:02:01 2002
+++ llvm/test/Regression/Jello/test-logical.ll Sun Jan 12 18:57:11 2003
@@ -12,5 +12,9 @@
%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
}
More information about the llvm-commits
mailing list