diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/lftr-promote.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/lftr-promote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/lftr-promote.ll b/llvm/test/Transforms/IndVarSimplify/lftr-promote.ll index b9bf3d2de2d..29a5b6f860e 100644 --- a/llvm/test/Transforms/IndVarSimplify/lftr-promote.ll +++ b/llvm/test/Transforms/IndVarSimplify/lftr-promote.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -indvars | llvm-dis | grep add | count 1 +; RUN: opt %s -indvars -S | grep add | count 1 ; Indvars should be able to compute the exit value of this loop ; without any additional arithmetic. The only add needed should |