X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FTransforms%2FIndVarSimplify%2Fexit_value_tests.ll;h=737e733375fdb765b99905c581fdff9ade5de47b;hb=43873d4f73f85b434c0828fab5f956fd08ac3757;hp=b39f40f4866499e9e9335ce1cfa913e5291a99ba;hpb=74786c0f4360db7547f8a12980260b5b7a441627;p=oota-llvm.git diff --git a/test/Transforms/IndVarSimplify/exit_value_tests.ll b/test/Transforms/IndVarSimplify/exit_value_tests.ll index b39f40f4866..737e733375f 100644 --- a/test/Transforms/IndVarSimplify/exit_value_tests.ll +++ b/test/Transforms/IndVarSimplify/exit_value_tests.ll @@ -2,7 +2,7 @@ ; these loops all have predictable exit values we can replace the use outside ; of the loop with a closed-form computation, making the loop dead. ; -; RUN: llvm-as < %s | opt -indvars -loop-deletion -simplifycfg | \ +; RUN: opt < %s -indvars -loop-deletion -simplifycfg | \ ; RUN: llvm-dis | not grep br define i32 @polynomial_constant() {