fix this testcase

llvm-svn: 34530
This commit is contained in:
Chris Lattner 2007-02-23 19:39:24 +00:00
parent d3c36c9641
commit 83908e664f
1 changed files with 2 additions and 1 deletions

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