commit | d01c562e48f88d864199494b34bf0839945d127d | [log] [tgz] |
---|---|---|
author | Gabor Greif <ggreif@gmail.com> | Tue May 20 22:07:21 2008 +0000 |
committer | Gabor Greif <ggreif@gmail.com> | Tue May 20 22:07:21 2008 +0000 |
tree | c0c38c8c91875cc347ea5778223fbe943d0bb82c | |
parent | b76ad168dcd46552240d85d6ebe4314da9b05e39 [diff] [blame] |
Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. llvm-svn: 51357
diff --git a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll index 9bd6e31..1404513 100644 --- a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll +++ b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-as %s -o /dev/null -f define void @test() { call {i32} @foo()