mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
Correct the RUN line to remove unneeded parameters and make sure the test
case is testing the right thing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18302 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3938b14ea
commit
2ded5d0053
@ -9,7 +9,7 @@
|
||||
; be eliminated. In many cases the setCC is also eliminated based on the
|
||||
; constant value and the range of the casted value.
|
||||
;
|
||||
; RUN: llvm-as %s -o - | opt -instcombine -o - | llvm-dis -o - | grep -v cast
|
||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep cast
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user