diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/lftr-dead-ivs.ll')
| -rw-r--r-- | llvm/test/Transforms/IndVarSimplify/lftr-dead-ivs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/lftr-dead-ivs.ll b/llvm/test/Transforms/IndVarSimplify/lftr-dead-ivs.ll index 5ef6b4a6e78..0ec469fea54 100644 --- a/llvm/test/Transforms/IndVarSimplify/lftr-dead-ivs.ll +++ b/llvm/test/Transforms/IndVarSimplify/lftr-dead-ivs.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt -S -indvars < %s | FileCheck %s +; RUN: opt -S -indvars -indvars-predicate-loops=0 < %s | FileCheck %s ; Tests in this file are specifically about correctly handling possibly poison ; producing flags when converting from one IV to another. In particular, there |

