fix this testcase
authorChris Lattner <sabre@nondot.org>
Fri, 23 Feb 2007 19:39:24 +0000 (19:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Feb 2007 19:39:24 +0000 (19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34530 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/cast_ptr.ll

index dce62af76694eca99f77275438b30ba84099b8e6..a89e65bfd9057092fffe6d3e1bcb5b084d45305d 100644 (file)
@@ -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