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/2002-02-19-TypeParsing.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Assembler/2002-02-19-TypeParsing.ll') diff --git a/test/Assembler/2002-02-19-TypeParsing.ll b/test/Assembler/2002-02-19-TypeParsing.ll index b5ddb5f..b7cadbd 100644 --- a/test/Assembler/2002-02-19-TypeParsing.ll +++ b/test/Assembler/2002-02-19-TypeParsing.ll @@ -1,3 +1,3 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-as %s -o /dev/null -f %Hosp = type { i32, i32, i32, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* }, { \2*, { i32, i32, i32, { [4 x \3], \2, \5, %Hosp, i32, i32 }* }*, \2* } } -- cgit v1.1