From: Chris Lattner Date: Sat, 6 Jan 2007 22:02:26 +0000 (+0000) Subject: this testcase is too large to be useful, and requires a .bc file to be X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1747b2624ea92aba8257aa34d3090373ebd23276;p=oota-llvm.git this testcase is too large to be useful, and requires a .bc file to be kept around. We can do without it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32960 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll b/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll deleted file mode 100644 index 75c80282601..00000000000 --- a/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll +++ /dev/null @@ -1,5 +0,0 @@ -; This used to take hours to loop simplify. -; RUN: opt %s.bc -loopsimplify -disable-output - -; Note, the input is actually in the accompanying .bc file to save space. - diff --git a/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc b/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc deleted file mode 100644 index 72d455bfc19..00000000000 Binary files a/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc and /dev/null differ