From 5edf210bdf0964193f059cc48464f3ea5c9e9e09 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51357 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-05-15-AssemblerProblem.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Assembler/2003-05-15-AssemblerProblem.ll') diff --git a/test/Assembler/2003-05-15-AssemblerProblem.ll b/test/Assembler/2003-05-15-AssemblerProblem.ll index 10cde28..17967a9 100644 --- a/test/Assembler/2003-05-15-AssemblerProblem.ll +++ b/test/Assembler/2003-05-15-AssemblerProblem.ll @@ -1,6 +1,6 @@ ; This bug was caused by two CPR's existing for the same global variable, ; colliding in the Module level CPR map. -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-as %s -o /dev/null -f define void @test() { call void (...)* bitcast (void (i16*, i32)* @AddString to void (...)*)( i16* null, i32 0 ) -- cgit v1.1