aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
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 /test/Transforms
parent926b0a27b9adf79b89042785b8496cced5a49883 (diff)
downloadexternal_llvm-74786c0f4360db7547f8a12980260b5b7a441627.zip
external_llvm-74786c0f4360db7547f8a12980260b5b7a441627.tar.gz
external_llvm-74786c0f4360db7547f8a12980260b5b7a441627.tar.bz2
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
Diffstat (limited to 'test/Transforms')
-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 228772e..228772e 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 2487ea9..2487ea9 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 9619099..9619099 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 da22cf2..da22cf2 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 bd9d1ef..bd9d1ef 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 11af997..11af997 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 b964d78..b964d78 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 cf8c804..cf8c804 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 248b29b..248b29b 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 54d8547..54d8547 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 b4eb3db..b4eb3db 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 afee7e1..afee7e1 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 a1beec6..a1beec6 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 853d5ad..853d5ad 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 ba4db9f..ba4db9f 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 5ee8cea..5ee8cea 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 32abee9..32abee9 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 986831b..986831b 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 6a478ab..6a478ab 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 903e81d..903e81d 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 dd151e8..dd151e8 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 f1d0187..f1d0187 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 363c98c..363c98c 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 555cadd..555cadd 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 aac8d97..aac8d97 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 8111cbe..8111cbe 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 c78188d..c78188d 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 6fc065f..6fc065f 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 faf1da3..faf1da3 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 9fd0eb9..9fd0eb9 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 4bfc4e9..4bfc4e9 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 f200589..f200589 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 b39f40f..b39f40f 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 747c781..747c781 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 3f7c289..3f7c289 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 dfb42e4..dfb42e4 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 efcf20a..efcf20a 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 2a2f69d..2a2f69d 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 6c6a362..6c6a362 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 c9da157..c9da157 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 08b08f2..08b08f2 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 51065cc..51065cc 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 9ffce81..9ffce81 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 d5965f4..d5965f4 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 759ba8e..759ba8e 100644
--- a/test/Transforms/IndVarsSimplify/variable-stride-ivs.ll
+++ b/test/Transforms/IndVarSimplify/variable-stride-ivs.ll