Remove redundant test.
[oota-llvm.git] / test / Transforms / SCCP / apint-basictest4.ll
index 97a33f4b87dbb16455050bcf131689fe3fac41ce..572f97c572ee527ef27dd58792e0aa9f2a1711df 100644 (file)
@@ -1,10 +1,10 @@
-; This is a basic sanity check for constant propogation.  It tests the basic 
+; This is a basic sanity check for constant propagation.  It tests the basic
 ; logic operations.
 
 
-; RUN: opt %s -sccp -S | not grep and
-; RUN: opt %s -sccp -S | not grep trunc
-; RUN: opt %s -sccp -S | grep {ret i100 -1}
+; RUN: opt %s -sccp -S | not grep and
+; RUN: opt %s -sccp -S | not grep trunc
+; RUN: opt < %s -sccp -S | grep "ret i100 -1"
 
 define i100 @test(i133 %A) {
         %B = and i133 0, %A