diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/loop_evaluate8.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/loop_evaluate8.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/loop_evaluate8.ll b/llvm/test/Transforms/IndVarSimplify/loop_evaluate8.ll index 969de427c0e..9ea99620f52 100644 --- a/llvm/test/Transforms/IndVarSimplify/loop_evaluate8.ll +++ b/llvm/test/Transforms/IndVarSimplify/loop_evaluate8.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars | llvm-dis | not grep select +; RUN: opt %s -indvars -S | not grep select ; This loop has backedge-taken-count zero. Indvars shouldn't expand any ; instructions to compute a trip count. |