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/ExecutionEngine/test-loop.ll b/llvm/test/ExecutionEngine/test-loop.ll index d428adc..78fc314 100644 --- a/llvm/test/ExecutionEngine/test-loop.ll +++ b/llvm/test/ExecutionEngine/test-loop.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -f -o %t.bc +; RUN: llvm-as %s -f -o %t.bc ; RUN: lli %t.bc > /dev/null define i32 @main() {