From: Chris Lattner Date: Thu, 4 Aug 2005 19:56:35 +0000 (+0000) Subject: This should not run lli, that is for llvm-test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=763103c87d1b580d2df9d5823be9ae36fb02634a;p=oota-llvm.git 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 --- diff --git a/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll b/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll index 126ab2c7077..a65143b9de2 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 ; [#uses=13]