From: Andrew Trick Date: Mon, 12 Sep 2011 18:33:08 +0000 (+0000) Subject: Removing indvars tests that directly test canonical IVs and nothing else. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=29da5e6855c59cb34e757790b88c4b309db2920a;p=oota-llvm.git 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 --- 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 ecd5086f730..00000000000 --- 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() { -;