diff options
Diffstat (limited to 'test/Transforms/LoopSimplify/single-backedge.ll')
-rw-r--r-- | test/Transforms/LoopSimplify/single-backedge.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopSimplify/single-backedge.ll b/test/Transforms/LoopSimplify/single-backedge.ll index 8391048..f9567f1 100644 --- a/test/Transforms/LoopSimplify/single-backedge.ll +++ b/test/Transforms/LoopSimplify/single-backedge.ll @@ -2,7 +2,7 @@ ; for all loops. This allows the -indvars pass to recognize the %IV ; induction variable in this testcase. -; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep indvar +; RUN: opt < %s -indvars -S | grep indvar define i32 @test(i1 %C) { ; <label>:0 |