Fix testcase to actually test what we think we are

llvm-svn: 3338
This commit is contained in:
Chris Lattner 2002-08-14 23:01:19 +00:00
parent 768c2b6bfe
commit ac4e8c6ea4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
; Tests to make sure elimination of casts is working correctly
; RUN: if as < %s | opt -instcombine | grep '%c' | grep cast
; RUN: if as < %s | opt -instcombine -die | dis | grep '%c' | grep cast
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi