summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/cast_ptr.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-23 19:39:24 +0000
committerChris Lattner <sabre@nondot.org>2007-02-23 19:39:24 +0000
commitc8e02e9fbed0dcc4086319791153d5f54196e2bf (patch)
treee93c285c23a0a5b4210b87bd810ee89164778ede /test/Transforms/InstCombine/cast_ptr.ll
parent6e3d3bc9ee8a9db57ac98dc03fe06f099b8015df (diff)
downloadllvm-c8e02e9fbed0dcc4086319791153d5f54196e2bf.tar.gz
llvm-c8e02e9fbed0dcc4086319791153d5f54196e2bf.tar.bz2
llvm-c8e02e9fbed0dcc4086319791153d5f54196e2bf.tar.xz
fix this testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/cast_ptr.ll')
-rw-r--r--test/Transforms/InstCombine/cast_ptr.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast_ptr.ll b/test/Transforms/InstCombine/cast_ptr.ll
index dce62af766..a89e65bfd9 100644
--- a/test/Transforms/InstCombine/cast_ptr.ll
+++ b/test/Transforms/InstCombine/cast_ptr.ll
@@ -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