[llvm-commits] CVS: llvm/test/Transforms/InstCombine/cast_ptr.ll
Chris Lattner
sabre at nondot.org
Fri Feb 23 11:39:45 PST 2007
Changes in directory llvm/test/Transforms/InstCombine:
cast_ptr.ll updated: 1.4 -> 1.5
---
Log message:
fix this testcase
---
Diffs of the changes: (+2 -1)
cast_ptr.ll | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/Transforms/InstCombine/cast_ptr.ll
diff -u llvm/test/Transforms/InstCombine/cast_ptr.ll:1.4 llvm/test/Transforms/InstCombine/cast_ptr.ll:1.5
--- llvm/test/Transforms/InstCombine/cast_ptr.ll:1.4 Thu Feb 22 09:17:45 2007
+++ llvm/test/Transforms/InstCombine/cast_ptr.ll Fri Feb 23 13:39:24 2007
@@ -1,6 +1,7 @@
; Tests to make sure elimination of casts is working correctly
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output &&
-; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | not grep '\([sz]ext\)\|\(trunc\)|\(ptrtoint\)'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | notcast
+; XFAIL: *
target pointersize = 32
More information about the llvm-commits
mailing list