aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/IndVarSimplify/iv-fold.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-09-12 18:28:44 +0000
committerAndrew Trick <atrick@apple.com>2011-09-12 18:28:44 +0000
commitf21bdf4f429223bcd76bf0198295a7ddbe7a1fdf (patch)
treed0503cdc63a027a3e0ca2529afe86ac7ef4f3f87 /test/Transforms/IndVarSimplify/iv-fold.ll
parent811ae5b09cc2727e9a7a8748c6124d5bbd30707f (diff)
downloadexternal_llvm-f21bdf4f429223bcd76bf0198295a7ddbe7a1fdf.zip
external_llvm-f21bdf4f429223bcd76bf0198295a7ddbe7a1fdf.tar.gz
external_llvm-f21bdf4f429223bcd76bf0198295a7ddbe7a1fdf.tar.bz2
Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for default change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/IndVarSimplify/iv-fold.ll')
-rw-r--r--test/Transforms/IndVarSimplify/iv-fold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/iv-fold.ll b/test/Transforms/IndVarSimplify/iv-fold.ll
index 7e11cdf..2770079 100644
--- a/test/Transforms/IndVarSimplify/iv-fold.ll
+++ b/test/Transforms/IndVarSimplify/iv-fold.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -indvars -disable-iv-rewrite -S | FileCheck %s
+; RUN: opt < %s -indvars -enable-iv-rewrite=false -S | FileCheck %s
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n:32:64"