diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-05-20 22:07:21 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-05-20 22:07:21 +0000 |
commit | 5edf210bdf0964193f059cc48464f3ea5c9e9e09 (patch) | |
tree | 6723f351a395699f151b28406a31db847f14c3b2 /test/Assembler/2003-05-15-AssemblerProblem.ll | |
parent | eb0fdc150a807a5fd1b656c13fdf019d93ff4bc3 (diff) | |
download | external_llvm-5edf210bdf0964193f059cc48464f3ea5c9e9e09.zip external_llvm-5edf210bdf0964193f059cc48464f3ea5c9e9e09.tar.gz external_llvm-5edf210bdf0964193f059cc48464f3ea5c9e9e09.tar.bz2 |
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
Diffstat (limited to 'test/Assembler/2003-05-15-AssemblerProblem.ll')
-rw-r--r-- | test/Assembler/2003-05-15-AssemblerProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |