mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix testcase to actually test what we think we are
llvm-svn: 3338
This commit is contained in:
parent
be85bafab2
commit
de33f53011
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user