aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-04 19:56:35 +0000
committerChris Lattner <sabre@nondot.org>2005-08-04 19:56:35 +0000
commit763103c87d1b580d2df9d5823be9ae36fb02634a (patch)
tree7c0850e15574007b552cc03c03b53568f4f86e22
parent956344c1cb4b48e1170a6fd53d87569e963105fa (diff)
This should not run lli, that is for llvm-test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22656 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll b/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll
index 126ab2c707..a65143b9de 100644
--- a/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll
+++ b/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll
@@ -4,7 +4,7 @@
;
; This is distilled from a monsterous crafty example.
-; RUN: llvm-as < %s | opt -licm | lli
+; RUN: llvm-as < %s | opt -licm -disable-output
%G = weak global int 0 ; <int*> [#uses=13]