diff options
Diffstat (limited to 'test/Transforms/IndVarSimplify/ada-loops.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/ada-loops.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/ada-loops.ll b/test/Transforms/IndVarSimplify/ada-loops.ll index 154de6fea4..c0932982ee 100644 --- a/test/Transforms/IndVarSimplify/ada-loops.ll +++ b/test/Transforms/IndVarSimplify/ada-loops.ll @@ -1,5 +1,4 @@ ; RUN: opt < %s -indvars -S | FileCheck %s -; RUN: opt < %s -indvars -enable-iv-rewrite=false -S | FileCheck %s ; ; PR1301 |