From 763103c87d1b580d2df9d5823be9ae36fb02634a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 4 Aug 2005 19:56:35 +0000 Subject: [PATCH] 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 --- test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.34.1