Fix a bunch of issues found in a testcase from 400.perlbench.
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / dont_insert_redundant_ops.ll
index 86fd05edab5cb2cebbdc2d0f81574c3101e82bd3..aecade80d79e8f0c2c8072c019ab07eb2e2405c4 100644 (file)
@@ -1,5 +1,5 @@
 ; Check that this test makes INDVAR and related stuff dead.
-; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep phi | wc -l | grep 2
+; RUN: llvm-upgrade < %s | llvm-as | opt -loop-reduce | llvm-dis | grep phi | wc -l | grep 2
 
 declare bool %pred()