diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/pr24356.ll')
| -rw-r--r-- | llvm/test/Transforms/IndVarSimplify/pr24356.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/pr24356.ll b/llvm/test/Transforms/IndVarSimplify/pr24356.ll index eac4204c0e1..2718a6c247f 100644 --- a/llvm/test/Transforms/IndVarSimplify/pr24356.ll +++ b/llvm/test/Transforms/IndVarSimplify/pr24356.ll @@ -1,4 +1,4 @@ -; RUN: opt -S -indvars < %s | FileCheck %s +; RUN: opt -S -indvars -indvars-predicate-loops=0 < %s | FileCheck %s target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.10.0" |

