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 | d01c562e48f88d864199494b34bf0839945d127d (patch) | |
tree | c0c38c8c91875cc347ea5778223fbe943d0bb82c /llvm/test/Assembler/2003-05-21-EmptyStructTest.ll | |
parent | b76ad168dcd46552240d85d6ebe4314da9b05e39 (diff) | |
download | bcm5719-llvm-d01c562e48f88d864199494b34bf0839945d127d.tar.gz bcm5719-llvm-d01c562e48f88d864199494b34bf0839945d127d.zip |
Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit.
llvm-svn: 51357
Diffstat (limited to 'llvm/test/Assembler/2003-05-21-EmptyStructTest.ll')
-rw-r--r-- | llvm/test/Assembler/2003-05-21-EmptyStructTest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2003-05-21-EmptyStructTest.ll b/llvm/test/Assembler/2003-05-21-EmptyStructTest.ll index 333ab39f29a..6925d269325 100644 --- a/llvm/test/Assembler/2003-05-21-EmptyStructTest.ll +++ b/llvm/test/Assembler/2003-05-21-EmptyStructTest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-as %s -o /dev/null -f ; The old C front-end never generated empty structures, now the new one ; can. For some reason we never handled them in the parser. Weird. |