[llvm-commits] CVS: llvm/test/Transforms/InstCombine/cast_ptr.ll
Chris Lattner
sabre at nondot.org
Sat May 5 15:41:31 PDT 2007
Changes in directory llvm/test/Transforms/InstCombine:
cast_ptr.ll updated: 1.6 -> 1.7
---
Log message:
un-xfail this.
---
Diffs of the changes: (+0 -1)
cast_ptr.ll | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/Transforms/InstCombine/cast_ptr.ll
diff -u llvm/test/Transforms/InstCombine/cast_ptr.ll:1.6 llvm/test/Transforms/InstCombine/cast_ptr.ll:1.7
--- llvm/test/Transforms/InstCombine/cast_ptr.ll:1.6 Sat Apr 14 15:13:02 2007
+++ llvm/test/Transforms/InstCombine/cast_ptr.ll Sat May 5 17:41:13 2007
@@ -1,6 +1,5 @@
; Tests to make sure elimination of casts is working correctly
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | notcast
-; XFAIL: *
target pointersize = 32
More information about the llvm-commits
mailing list