fix this testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34530 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-02-23 19:39:24 +00:00
parent 6e3d3bc9ee
commit c8e02e9fbe

View 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