From d01c562e48f88d864199494b34bf0839945d127d Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 20 May 2008 22:07:21 +0000 Subject: Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. llvm-svn: 51357 --- llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll') diff --git a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll index fce0b00a044..07cb1d3c926 100644 --- a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -o %t.bc -f +; RUN: llvm-as %s -o %t.bc -f ; RUN: lli %t.bc > /dev/null define i32 @main() { -- cgit v1.2.3