[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/zapnot2.ll
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Sun Jan 1 14:14:42 PST 2006
Changes in directory llvm/test/Regression/CodeGen/Alpha:
zapnot2.ll updated: 1.2 -> 1.3
---
Log message:
Change this regression so andi is not a valid codegen of it
---
Diffs of the changes: (+1 -1)
zapnot2.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/Alpha/zapnot2.ll
diff -u llvm/test/Regression/CodeGen/Alpha/zapnot2.ll:1.2 llvm/test/Regression/CodeGen/Alpha/zapnot2.ll:1.3
--- llvm/test/Regression/CodeGen/Alpha/zapnot2.ll:1.2 Fri May 13 10:42:07 2005
+++ llvm/test/Regression/CodeGen/Alpha/zapnot2.ll Sun Jan 1 16:14:31 2006
@@ -5,6 +5,6 @@
long %bar(long %x) {
entry:
- %tmp.1 = and long %x, 255 ; <long> [#uses=1]
+ %tmp.1 = and long %x, 16711935 ; <long> [#uses=1]
ret long %tmp.1
}
More information about the llvm-commits
mailing list