From 29da5e6855c59cb34e757790b88c4b309db2920a Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Mon, 12 Sep 2011 18:33:08 +0000 Subject: Removing indvars tests that directly test canonical IVs and nothing else. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139518 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../IndVarSimplify/2003-09-12-MultiplePred.ll | 15 --------- .../IndVarSimplify/2003-12-21-IndVarSize.ll | 15 --------- test/Transforms/IndVarSimplify/max-pointer.ll | 39 ---------------------- test/Transforms/IndVarSimplify/pointer-indvars.ll | 15 --------- test/Transforms/IndVarSimplify/pointer.ll | 38 --------------------- test/Transforms/IndVarSimplify/subtract.ll | 15 --------- 6 files changed, 137 deletions(-) delete mode 100644 test/Transforms/IndVarSimplify/2003-09-12-MultiplePred.ll delete mode 100644 test/Transforms/IndVarSimplify/2003-12-21-IndVarSize.ll delete mode 100644 test/Transforms/IndVarSimplify/max-pointer.ll delete mode 100644 test/Transforms/IndVarSimplify/pointer-indvars.ll delete mode 100644 test/Transforms/IndVarSimplify/pointer.ll delete mode 100644 test/Transforms/IndVarSimplify/subtract.ll (limited to 'test/Transforms') diff --git a/test/Transforms/IndVarSimplify/2003-09-12-MultiplePred.ll b/test/Transforms/IndVarSimplify/2003-09-12-MultiplePred.ll deleted file mode 100644 index ecd5086f73..0000000000 --- a/test/Transforms/IndVarSimplify/2003-09-12-MultiplePred.ll +++ /dev/null @@ -1,15 +0,0 @@ -; RUN: opt < %s -indvars -S | grep indvar - -define i32 @test() { -;