diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/lftr-promote.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/lftr-promote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/lftr-promote.ll b/test/Transforms/IndVarSimplify/lftr-promote.ll index b9bf3d2de2..29a5b6f860 100644 --- a/test/Transforms/IndVarSimplify/lftr-promote.ll +++ b/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 |