Remove redundant test.
[oota-llvm.git] / test / Transforms / SCCP / apint-basictest3.ll
index 6e86764bf2cff84c8a96630f41dbf7207484f5d0..b8fcca6fda932f06b91035fd1c09b88c8674c3ab 100644 (file)
@@ -1,9 +1,9 @@
-; 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
 ; arithmatic operations.
 
 
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep mul
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep umod
+; RUN: opt < %s -sccp -S | not grep mul
+; RUN: opt < %s -sccp -S | not grep umod
 
 define i128 @test(i1 %B) {
        br i1 %B, label %BB1, label %BB2