aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-16 00:56:15 +0000
committerDan Gohman <gohman@apple.com>2009-02-16 00:56:15 +0000
commit74786c0f4360db7547f8a12980260b5b7a441627 (patch)
treeb6c70648223bc2e9f62a6c4f33748f7c7d05b4da
parent926b0a27b9adf79b89042785b8496cced5a49883 (diff)
Rename IndVarsSimplify to IndVarSimplify, to be consistent with
the name used in the code that these tests are for. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64624 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll (renamed from test/Transforms/IndVarsSimplify/2002-09-09-PointerIndVar.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll (renamed from test/Transforms/IndVarsSimplify/2003-04-16-ExprAnalysis.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2003-09-12-MultiplePred.ll (renamed from test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll (renamed from test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2003-12-10-IndVarDeadCode.ll (renamed from test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll (renamed from test/Transforms/IndVarsSimplify/2003-12-10-RemoveInstrCrash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2003-12-15-Crash.ll (renamed from test/Transforms/IndVarsSimplify/2003-12-15-Crash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2003-12-21-IndVarSize.ll (renamed from test/Transforms/IndVarsSimplify/2003-12-21-IndVarSize.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll (renamed from test/Transforms/IndVarsSimplify/2004-03-10-PHIInsertionBug.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll (renamed from test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll (renamed from test/Transforms/IndVarsSimplify/2004-04-07-ScalarEvolutionCrash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll (renamed from test/Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll (renamed from test/Transforms/IndVarsSimplify/2005-02-17-TruncateExprCrash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll (renamed from test/Transforms/IndVarsSimplify/2005-02-26-ExitValueCompute.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll (renamed from test/Transforms/IndVarsSimplify/2005-06-15-InstMoveCrash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2005-11-18-Crash.ll (renamed from test/Transforms/IndVarsSimplify/2005-11-18-Crash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll (renamed from test/Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll (renamed from test/Transforms/IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll (renamed from test/Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll (renamed from test/Transforms/IndVarsSimplify/2006-12-10-BitCast.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll (renamed from test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll (renamed from test/Transforms/IndVarsSimplify/2007-01-08-X86-64-Pointer.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll (renamed from test/Transforms/IndVarsSimplify/2007-06-06-DeleteDanglesPtr.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll (renamed from test/Transforms/IndVarsSimplify/2007-11-23-BitcastCrash.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll (renamed from test/Transforms/IndVarsSimplify/2008-06-15-SCEVExpanderBug.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2008-09-02-IVType.ll (renamed from test/Transforms/IndVarsSimplify/2008-09-02-IVType.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll (renamed from test/Transforms/IndVarsSimplify/2008-10-03-CouldNotCompute.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2008-11-03-Floating.ll (renamed from test/Transforms/IndVarsSimplify/2008-11-03-Floating.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2008-11-17-Floating.ll (renamed from test/Transforms/IndVarsSimplify/2008-11-17-Floating.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll (renamed from test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/complex-scev.ll (renamed from test/Transforms/IndVarsSimplify/complex-scev.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/dg.exp (renamed from test/Transforms/IndVarsSimplify/dg.exp)0
-rw-r--r--test/Transforms/IndVarSimplify/exit_value_tests.ll (renamed from test/Transforms/IndVarsSimplify/exit_value_tests.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll (renamed from test/Transforms/IndVarsSimplify/iterationCount_zext_or_trunc.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/lftr_simple.ll (renamed from test/Transforms/IndVarsSimplify/lftr_simple.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/loop_evaluate_1.ll (renamed from test/Transforms/IndVarsSimplify/loop_evaluate_1.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/loop_evaluate_2.ll (renamed from test/Transforms/IndVarsSimplify/loop_evaluate_2.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/loop_evaluate_3.ll (renamed from test/Transforms/IndVarsSimplify/loop_evaluate_3.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/loop_evaluate_4.ll (renamed from test/Transforms/IndVarsSimplify/loop_evaluate_4.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/pointer-indvars.ll (renamed from test/Transforms/IndVarsSimplify/pointer-indvars.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll (renamed from test/Transforms/IndVarsSimplify/promote-iv-to-eliminate-casts.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/subtract.ll (renamed from test/Transforms/IndVarsSimplify/subtract.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/tripcount_compute.ll (renamed from test/Transforms/IndVarsSimplify/tripcount_compute.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/tripcount_infinite.ll (renamed from test/Transforms/IndVarsSimplify/tripcount_infinite.ll)0
-rw-r--r--test/Transforms/IndVarSimplify/variable-stride-ivs.ll (renamed from test/Transforms/IndVarsSimplify/variable-stride-ivs.ll)0
45 files changed, 0 insertions, 0 deletions
diff --git a/test/Transforms/IndVarsSimplify/2002-09-09-PointerIndVar.ll b/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll
index 228772eb82..228772eb82 100644
--- a/test/Transforms/IndVarsSimplify/2002-09-09-PointerIndVar.ll
+++ b/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll
diff --git a/test/Transforms/IndVarsSimplify/2003-04-16-ExprAnalysis.ll b/test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll
index 2487ea95e2..2487ea95e2 100644
--- a/test/Transforms/IndVarsSimplify/2003-04-16-ExprAnalysis.ll
+++ b/test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll
diff --git a/test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll b/test/Transforms/IndVarSimplify/2003-09-12-MultiplePred.ll
index 96190991f7..96190991f7 100644
--- a/test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll
+++ b/test/Transforms/IndVarSimplify/2003-09-12-MultiplePred.ll
diff --git a/test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll b/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll
index da22cf2e51..da22cf2e51 100644
--- a/test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll
+++ b/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll
diff --git a/test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll b/test/Transforms/IndVarSimplify/2003-12-10-IndVarDeadCode.ll
index bd9d1ef5cb..bd9d1ef5cb 100644
--- a/test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll
+++ b/test/Transforms/IndVarSimplify/2003-12-10-IndVarDeadCode.ll
diff --git a/test/Transforms/IndVarsSimplify/2003-12-10-RemoveInstrCrash.ll b/test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll
index 11af997e83..11af997e83 100644
--- a/test/Transforms/IndVarsSimplify/2003-12-10-RemoveInstrCrash.ll
+++ b/test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll
diff --git a/test/Transforms/IndVarsSimplify/2003-12-15-Crash.ll b/test/Transforms/IndVarSimplify/2003-12-15-Crash.ll
index b964d78d69..b964d78d69 100644
--- a/test/Transforms/IndVarsSimplify/2003-12-15-Crash.ll
+++ b/test/Transforms/IndVarSimplify/2003-12-15-Crash.ll
diff --git a/test/Transforms/IndVarsSimplify/2003-12-21-IndVarSize.ll b/test/Transforms/IndVarSimplify/2003-12-21-IndVarSize.ll
index cf8c80472d..cf8c80472d 100644
--- a/test/Transforms/IndVarsSimplify/2003-12-21-IndVarSize.ll
+++ b/test/Transforms/IndVarSimplify/2003-12-21-IndVarSize.ll
diff --git a/test/Transforms/IndVarsSimplify/2004-03-10-PHIInsertionBug.ll b/test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll
index 248b29b32d..248b29b32d 100644
--- a/test/Transforms/IndVarsSimplify/2004-03-10-PHIInsertionBug.ll
+++ b/test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll
diff --git a/test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll b/test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll
index 54d85472a8..54d85472a8 100644
--- a/test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll
+++ b/test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll
diff --git a/test/Transforms/IndVarsSimplify/2004-04-07-ScalarEvolutionCrash.ll b/test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll
index b4eb3db190..b4eb3db190 100644
--- a/test/Transforms/IndVarsSimplify/2004-04-07-ScalarEvolutionCrash.ll
+++ b/test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll
diff --git a/test/Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.ll b/test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll
index afee7e1891..afee7e1891 100644
--- a/test/Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.ll
+++ b/test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll
diff --git a/test/Transforms/IndVarsSimplify/2005-02-17-TruncateExprCrash.ll b/test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll
index a1beec6468..a1beec6468 100644
--- a/test/Transforms/IndVarsSimplify/2005-02-17-TruncateExprCrash.ll
+++ b/test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll
diff --git a/test/Transforms/IndVarsSimplify/2005-02-26-ExitValueCompute.ll b/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll
index 853d5ad501..853d5ad501 100644
--- a/test/Transforms/IndVarsSimplify/2005-02-26-ExitValueCompute.ll
+++ b/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll
diff --git a/test/Transforms/IndVarsSimplify/2005-06-15-InstMoveCrash.ll b/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll
index ba4db9f959..ba4db9f959 100644
--- a/test/Transforms/IndVarsSimplify/2005-06-15-InstMoveCrash.ll
+++ b/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll
diff --git a/test/Transforms/IndVarsSimplify/2005-11-18-Crash.ll b/test/Transforms/IndVarSimplify/2005-11-18-Crash.ll
index 5ee8cea74a..5ee8cea74a 100644
--- a/test/Transforms/IndVarsSimplify/2005-11-18-Crash.ll
+++ b/test/Transforms/IndVarSimplify/2005-11-18-Crash.ll
diff --git a/test/Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll b/test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll
index 32abee9d1c..32abee9d1c 100644
--- a/test/Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll
+++ b/test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll
diff --git a/test/Transforms/IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll b/test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll
index 986831b9a6..986831b9a6 100644
--- a/test/Transforms/IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll
+++ b/test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll
diff --git a/test/Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll b/test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll
index 6a478ab5f5..6a478ab5f5 100644
--- a/test/Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll
+++ b/test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll
diff --git a/test/Transforms/IndVarsSimplify/2006-12-10-BitCast.ll b/test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll
index 903e81d3bf..903e81d3bf 100644
--- a/test/Transforms/IndVarsSimplify/2006-12-10-BitCast.ll
+++ b/test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll
diff --git a/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll b/test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll
index dd151e84d0..dd151e84d0 100644
--- a/test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll
+++ b/test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll
diff --git a/test/Transforms/IndVarsSimplify/2007-01-08-X86-64-Pointer.ll b/test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll
index f1d018740a..f1d018740a 100644
--- a/test/Transforms/IndVarsSimplify/2007-01-08-X86-64-Pointer.ll
+++ b/test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll
diff --git a/test/Transforms/IndVarsSimplify/2007-06-06-DeleteDanglesPtr.ll b/test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll
index 363c98c493..363c98c493 100644
--- a/test/Transforms/IndVarsSimplify/2007-06-06-DeleteDanglesPtr.ll
+++ b/test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll
diff --git a/test/Transforms/IndVarsSimplify/2007-11-23-BitcastCrash.ll b/test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll
index 555cadda6d..555cadda6d 100644
--- a/test/Transforms/IndVarsSimplify/2007-11-23-BitcastCrash.ll
+++ b/test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll
diff --git a/test/Transforms/IndVarsSimplify/2008-06-15-SCEVExpanderBug.ll b/test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll
index aac8d97894..aac8d97894 100644
--- a/test/Transforms/IndVarsSimplify/2008-06-15-SCEVExpanderBug.ll
+++ b/test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll
diff --git a/test/Transforms/IndVarsSimplify/2008-09-02-IVType.ll b/test/Transforms/IndVarSimplify/2008-09-02-IVType.ll
index 8111cbe3a4..8111cbe3a4 100644
--- a/test/Transforms/IndVarsSimplify/2008-09-02-IVType.ll
+++ b/test/Transforms/IndVarSimplify/2008-09-02-IVType.ll
diff --git a/test/Transforms/IndVarsSimplify/2008-10-03-CouldNotCompute.ll b/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll
index c78188d4d2..c78188d4d2 100644
--- a/test/Transforms/IndVarsSimplify/2008-10-03-CouldNotCompute.ll
+++ b/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll
diff --git a/test/Transforms/IndVarsSimplify/2008-11-03-Floating.ll b/test/Transforms/IndVarSimplify/2008-11-03-Floating.ll
index 6fc065f83f..6fc065f83f 100644
--- a/test/Transforms/IndVarsSimplify/2008-11-03-Floating.ll
+++ b/test/Transforms/IndVarSimplify/2008-11-03-Floating.ll
diff --git a/test/Transforms/IndVarsSimplify/2008-11-17-Floating.ll b/test/Transforms/IndVarSimplify/2008-11-17-Floating.ll
index faf1da3058..faf1da3058 100644
--- a/test/Transforms/IndVarsSimplify/2008-11-17-Floating.ll
+++ b/test/Transforms/IndVarSimplify/2008-11-17-Floating.ll
diff --git a/test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll b/test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll
index 9fd0eb9e65..9fd0eb9e65 100644
--- a/test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll
+++ b/test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll
diff --git a/test/Transforms/IndVarsSimplify/complex-scev.ll b/test/Transforms/IndVarSimplify/complex-scev.ll
index 4bfc4e981a..4bfc4e981a 100644
--- a/test/Transforms/IndVarsSimplify/complex-scev.ll
+++ b/test/Transforms/IndVarSimplify/complex-scev.ll
diff --git a/test/Transforms/IndVarsSimplify/dg.exp b/test/Transforms/IndVarSimplify/dg.exp
index f2005891a5..f2005891a5 100644
--- a/test/Transforms/IndVarsSimplify/dg.exp
+++ b/test/Transforms/IndVarSimplify/dg.exp
diff --git a/test/Transforms/IndVarsSimplify/exit_value_tests.ll b/test/Transforms/IndVarSimplify/exit_value_tests.ll
index b39f40f486..b39f40f486 100644
--- a/test/Transforms/IndVarsSimplify/exit_value_tests.ll
+++ b/test/Transforms/IndVarSimplify/exit_value_tests.ll
diff --git a/test/Transforms/IndVarsSimplify/iterationCount_zext_or_trunc.ll b/test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll
index 747c781e99..747c781e99 100644
--- a/test/Transforms/IndVarsSimplify/iterationCount_zext_or_trunc.ll
+++ b/test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll
diff --git a/test/Transforms/IndVarsSimplify/lftr_simple.ll b/test/Transforms/IndVarSimplify/lftr_simple.ll
index 3f7c289a48..3f7c289a48 100644
--- a/test/Transforms/IndVarsSimplify/lftr_simple.ll
+++ b/test/Transforms/IndVarSimplify/lftr_simple.ll
diff --git a/test/Transforms/IndVarsSimplify/loop_evaluate_1.ll b/test/Transforms/IndVarSimplify/loop_evaluate_1.ll
index dfb42e4fea..dfb42e4fea 100644
--- a/test/Transforms/IndVarsSimplify/loop_evaluate_1.ll
+++ b/test/Transforms/IndVarSimplify/loop_evaluate_1.ll
diff --git a/test/Transforms/IndVarsSimplify/loop_evaluate_2.ll b/test/Transforms/IndVarSimplify/loop_evaluate_2.ll
index efcf20a934..efcf20a934 100644
--- a/test/Transforms/IndVarsSimplify/loop_evaluate_2.ll
+++ b/test/Transforms/IndVarSimplify/loop_evaluate_2.ll
diff --git a/test/Transforms/IndVarsSimplify/loop_evaluate_3.ll b/test/Transforms/IndVarSimplify/loop_evaluate_3.ll
index 2a2f69dd48..2a2f69dd48 100644
--- a/test/Transforms/IndVarsSimplify/loop_evaluate_3.ll
+++ b/test/Transforms/IndVarSimplify/loop_evaluate_3.ll
diff --git a/test/Transforms/IndVarsSimplify/loop_evaluate_4.ll b/test/Transforms/IndVarSimplify/loop_evaluate_4.ll
index 6c6a362f48..6c6a362f48 100644
--- a/test/Transforms/IndVarsSimplify/loop_evaluate_4.ll
+++ b/test/Transforms/IndVarSimplify/loop_evaluate_4.ll
diff --git a/test/Transforms/IndVarsSimplify/pointer-indvars.ll b/test/Transforms/IndVarSimplify/pointer-indvars.ll
index c9da1579e9..c9da1579e9 100644
--- a/test/Transforms/IndVarsSimplify/pointer-indvars.ll
+++ b/test/Transforms/IndVarSimplify/pointer-indvars.ll
diff --git a/test/Transforms/IndVarsSimplify/promote-iv-to-eliminate-casts.ll b/test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll
index 08b08f200e..08b08f200e 100644
--- a/test/Transforms/IndVarsSimplify/promote-iv-to-eliminate-casts.ll
+++ b/test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll
diff --git a/test/Transforms/IndVarsSimplify/subtract.ll b/test/Transforms/IndVarSimplify/subtract.ll
index 51065cc1a8..51065cc1a8 100644
--- a/test/Transforms/IndVarsSimplify/subtract.ll
+++ b/test/Transforms/IndVarSimplify/subtract.ll
diff --git a/test/Transforms/IndVarsSimplify/tripcount_compute.ll b/test/Transforms/IndVarSimplify/tripcount_compute.ll
index 9ffce81302..9ffce81302 100644
--- a/test/Transforms/IndVarsSimplify/tripcount_compute.ll
+++ b/test/Transforms/IndVarSimplify/tripcount_compute.ll
diff --git a/test/Transforms/IndVarsSimplify/tripcount_infinite.ll b/test/Transforms/IndVarSimplify/tripcount_infinite.ll
index d5965f4ed6..d5965f4ed6 100644
--- a/test/Transforms/IndVarsSimplify/tripcount_infinite.ll
+++ b/test/Transforms/IndVarSimplify/tripcount_infinite.ll
diff --git a/test/Transforms/IndVarsSimplify/variable-stride-ivs.ll b/test/Transforms/IndVarSimplify/variable-stride-ivs.ll
index 759ba8e177..759ba8e177 100644
--- a/test/Transforms/IndVarsSimplify/variable-stride-ivs.ll
+++ b/test/Transforms/IndVarSimplify/variable-stride-ivs.ll