Move late partial-unrolling thresholds into the processor definitions
[oota-llvm.git] / test / Transforms / ConstProp / phi.ll
index 858c0becb148f713096d7e494b0cc559f0d2458c..c65d34cc933ae2e2e0269f44cbb380dee899519d 100644 (file)
@@ -1,7 +1,7 @@
-; This is a basic sanity check for constant propogation.  The add instruction 
+; This is a basic sanity check for constant propagation.  The add instruction
 ; should be eliminated.
 
-; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | not grep phi
+; RUN: opt < %s -constprop -die -S | not grep phi
 
 define i32 @test(i1 %B) {
 BB0: