1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Correct the RUN line to remove unneeded parameters and make sure the test

case is testing the right thing.

llvm-svn: 18302
This commit is contained in:
Reid Spencer 2004-11-28 08:15:33 +00:00
parent 5f6c861257
commit 170cb867c5

View File

@ -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: