summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-20 22:07:21 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-20 22:07:21 +0000
commitd01c562e48f88d864199494b34bf0839945d127d (patch)
treec0c38c8c91875cc347ea5778223fbe943d0bb82c /llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
parentb76ad168dcd46552240d85d6ebe4314da9b05e39 (diff)
downloadbcm5719-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/2005-01-31-CallingAggregateFunction.ll')
-rw-r--r--llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
index 9bd6e31e39d..14045138f81 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()
OpenPOWER on IntegriCloud