Correct the RUN line to remove unneeded parameters and make sure the test
authorReid Spencer <rspencer@reidspencer.com>
Sun, 28 Nov 2004 08:15:33 +0000 (08:15 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 28 Nov 2004 08:15:33 +0000 (08:15 +0000)
case is testing the right thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18302 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll

index b04d544636e685e8016bb866dbe4dbef2f42ff8f..e2ccd67c1451a92f0e4a2e13037a5971c5e5da07 100644 (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: