summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-01-04-PhiTest.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-01-09-SARTest.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-01-10-FUCOM.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-06-05-PHIBug.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll2
-rw-r--r--llvm/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll2
-rw-r--r--llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll2
-rw-r--r--llvm/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll2
-rw-r--r--llvm/test/ExecutionEngine/2007-12-14-BigEndian.ll2
-rw-r--r--llvm/test/ExecutionEngine/2007-12-14-LittleEndian.ll2
-rw-r--r--llvm/test/ExecutionEngine/hello.ll2
-rw-r--r--llvm/test/ExecutionEngine/hello2.ll2
-rw-r--r--llvm/test/ExecutionEngine/simplesttest.ll2
-rw-r--r--llvm/test/ExecutionEngine/simpletest.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-branch.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-call.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-cast.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-constantexpr.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-fp.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-loadstore.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-logical.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-loop.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-malloc.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-phi.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-ret.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-setcond-fp.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-setcond-int.ll2
-rw-r--r--llvm/test/ExecutionEngine/test-shift.ll2
36 files changed, 36 insertions, 36 deletions
diff --git a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll
index 6a8d100e676..a51e3a110c3 100644
--- a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll
+++ b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.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
@.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1]
diff --git a/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll b/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
index 6a8f07bad5b..89106b5b2aa 100644
--- a/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
+++ b/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.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 @foo(i32 %X, i32 %Y, double %A) {
diff --git a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll
index fce0b00a044..07cb1d3c926 100644
--- a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll
+++ b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o %t.bc -f
+; RUN: llvm-as %s -o %t.bc -f
; RUN: lli %t.bc > /dev/null
define i32 @main() {
diff --git a/llvm/test/ExecutionEngine/2003-01-04-PhiTest.ll b/llvm/test/ExecutionEngine/2003-01-04-PhiTest.ll
index cadb19e7775..649ed0b2427 100644
--- a/llvm/test/ExecutionEngine/2003-01-04-PhiTest.ll
+++ b/llvm/test/ExecutionEngine/2003-01-04-PhiTest.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() {
diff --git a/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll b/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll
index eeb43267924..a9df7f2036b 100644
--- a/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll
+++ b/llvm/test/ExecutionEngine/2003-01-09-SARTest.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
; We were accidentally inverting the signedness of right shifts. Whoops.
diff --git a/llvm/test/ExecutionEngine/2003-01-10-FUCOM.ll b/llvm/test/ExecutionEngine/2003-01-10-FUCOM.ll
index c45674c1bc9..628be16e319 100644
--- a/llvm/test/ExecutionEngine/2003-01-10-FUCOM.ll
+++ b/llvm/test/ExecutionEngine/2003-01-10-FUCOM.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() {
diff --git a/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll b/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
index 02872f6958b..7529eb4770a 100644
--- a/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
+++ b/llvm/test/ExecutionEngine/2003-01-15-AlignmentTest.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 @bar(i8* %X) {
diff --git a/llvm/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll b/llvm/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
index 850654f2346..7b48f579af0 100644
--- a/llvm/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll
+++ b/llvm/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.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
target datalayout = "e-p:32:32"
diff --git a/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll b/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
index ff758cf14c6..6dee717f4b6 100644
--- a/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
+++ b/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.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
; Testcase distilled from 256.bzip2.
diff --git a/llvm/test/ExecutionEngine/2003-06-05-PHIBug.ll b/llvm/test/ExecutionEngine/2003-06-05-PHIBug.ll
index 3a55f72c97d..2cd9c1b2110 100644
--- a/llvm/test/ExecutionEngine/2003-06-05-PHIBug.ll
+++ b/llvm/test/ExecutionEngine/2003-06-05-PHIBug.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
; Testcase distilled from 256.bzip2.
diff --git a/llvm/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll b/llvm/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
index ce5e1ed3ad8..8a96377aefd 100644
--- a/llvm/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
+++ b/llvm/test/ExecutionEngine/2003-08-15-AllocaAssertion.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
; This testcase failed to work because two variable sized allocas confused the
diff --git a/llvm/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll b/llvm/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
index ec36a85d7d3..23efbeed0fc 100644
--- a/llvm/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
+++ b/llvm/test/ExecutionEngine/2003-08-21-EnvironmentTest.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
;
diff --git a/llvm/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll b/llvm/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
index 42e8dc3b131..25a24f5e5c4 100644
--- a/llvm/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
+++ b/llvm/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.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
; This testcase exposes a bug in the local register allocator where it runs out
diff --git a/llvm/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll b/llvm/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
index 32d99d50516..e289e10c0e4 100644
--- a/llvm/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
+++ b/llvm/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.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
@A = global i32 0 ; <i32*> [#uses=1]
diff --git a/llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll b/llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
index 0e2cbcb0e22..1320ba53b29 100644
--- a/llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
+++ b/llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
+; RUN: llvm-as %s -f -o %t.bc
; RUN: lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F}
@.str_1 = internal constant [7 x i8] c"IN F!\0A\00" ; <[7 x i8]*> [#uses=1]
@.str_2 = internal constant [7 x i8] c"IN G!\0A\00" ; <[7 x i8]*> [#uses=1]
diff --git a/llvm/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll b/llvm/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll
index 7a337f90cb6..f347f5d3572 100644
--- a/llvm/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll
+++ b/llvm/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o - | lli -force-interpreter
+; RUN: llvm-as %s -o - | lli -force-interpreter
; PR1836
define i32 @main() {
diff --git a/llvm/test/ExecutionEngine/2007-12-14-BigEndian.ll b/llvm/test/ExecutionEngine/2007-12-14-BigEndian.ll
index 68059fd59a2..6286cea5d13 100644
--- a/llvm/test/ExecutionEngine/2007-12-14-BigEndian.ll
+++ b/llvm/test/ExecutionEngine/2007-12-14-BigEndian.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o - | lli -force-interpreter
+; RUN: llvm-as %s -o - | lli -force-interpreter
target datalayout = "E"
diff --git a/llvm/test/ExecutionEngine/2007-12-14-LittleEndian.ll b/llvm/test/ExecutionEngine/2007-12-14-LittleEndian.ll
index afaed5148b1..8637ad92b69 100644
--- a/llvm/test/ExecutionEngine/2007-12-14-LittleEndian.ll
+++ b/llvm/test/ExecutionEngine/2007-12-14-LittleEndian.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o - | lli -force-interpreter
+; RUN: llvm-as %s -o - | lli -force-interpreter
target datalayout = "e"
diff --git a/llvm/test/ExecutionEngine/hello.ll b/llvm/test/ExecutionEngine/hello.ll
index a0c5e1a48de..3cd29f62a40 100644
--- a/llvm/test/ExecutionEngine/hello.ll
+++ b/llvm/test/ExecutionEngine/hello.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
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
diff --git a/llvm/test/ExecutionEngine/hello2.ll b/llvm/test/ExecutionEngine/hello2.ll
index 772dc0493e5..a6a6194ca4d 100644
--- a/llvm/test/ExecutionEngine/hello2.ll
+++ b/llvm/test/ExecutionEngine/hello2.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
@X = global i32 7 ; <i32*> [#uses=0]
diff --git a/llvm/test/ExecutionEngine/simplesttest.ll b/llvm/test/ExecutionEngine/simplesttest.ll
index 82e8a2dc869..fa69533fa9a 100644
--- a/llvm/test/ExecutionEngine/simplesttest.ll
+++ b/llvm/test/ExecutionEngine/simplesttest.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() {
diff --git a/llvm/test/ExecutionEngine/simpletest.ll b/llvm/test/ExecutionEngine/simpletest.ll
index cca3499db34..0ed5b44c1b3 100644
--- a/llvm/test/ExecutionEngine/simpletest.ll
+++ b/llvm/test/ExecutionEngine/simpletest.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 @bar() {
diff --git a/llvm/test/ExecutionEngine/test-branch.ll b/llvm/test/ExecutionEngine/test-branch.ll
index 55b7ef1d80c..d7251f8e6b8 100644
--- a/llvm/test/ExecutionEngine/test-branch.ll
+++ b/llvm/test/ExecutionEngine/test-branch.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
; test unconditional branch
diff --git a/llvm/test/ExecutionEngine/test-call.ll b/llvm/test/ExecutionEngine/test-call.ll
index 645396fe758..a1b3cd66a3b 100644
--- a/llvm/test/ExecutionEngine/test-call.ll
+++ b/llvm/test/ExecutionEngine/test-call.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
declare void @exit(i32)
diff --git a/llvm/test/ExecutionEngine/test-cast.ll b/llvm/test/ExecutionEngine/test-cast.ll
index bc48716937a..1458f6cc66c 100644
--- a/llvm/test/ExecutionEngine/test-cast.ll
+++ b/llvm/test/ExecutionEngine/test-cast.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 @foo() {
diff --git a/llvm/test/ExecutionEngine/test-constantexpr.ll b/llvm/test/ExecutionEngine/test-constantexpr.ll
index 2bf1949ead8..3623cf4bd26 100644
--- a/llvm/test/ExecutionEngine/test-constantexpr.ll
+++ b/llvm/test/ExecutionEngine/test-constantexpr.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
; This tests to make sure that we can evaluate weird constant expressions
diff --git a/llvm/test/ExecutionEngine/test-fp.ll b/llvm/test/ExecutionEngine/test-fp.ll
index aa136ddf2d1..a119b40c34a 100644
--- a/llvm/test/ExecutionEngine/test-fp.ll
+++ b/llvm/test/ExecutionEngine/test-fp.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 double @test(double* %DP, double %Arg) {
diff --git a/llvm/test/ExecutionEngine/test-loadstore.ll b/llvm/test/ExecutionEngine/test-loadstore.ll
index ca2ecbfb0a1..298ea96fd72 100644
--- a/llvm/test/ExecutionEngine/test-loadstore.ll
+++ b/llvm/test/ExecutionEngine/test-loadstore.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 void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) {
diff --git a/llvm/test/ExecutionEngine/test-logical.ll b/llvm/test/ExecutionEngine/test-logical.ll
index 800de1fc8ca..f30c3343173 100644
--- a/llvm/test/ExecutionEngine/test-logical.ll
+++ b/llvm/test/ExecutionEngine/test-logical.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() {
diff --git a/llvm/test/ExecutionEngine/test-loop.ll b/llvm/test/ExecutionEngine/test-loop.ll
index d428adcddbd..78fc3144aab 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() {
diff --git a/llvm/test/ExecutionEngine/test-malloc.ll b/llvm/test/ExecutionEngine/test-malloc.ll
index 843a38989f2..bc857ed5edc 100644
--- a/llvm/test/ExecutionEngine/test-malloc.ll
+++ b/llvm/test/ExecutionEngine/test-malloc.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() {
diff --git a/llvm/test/ExecutionEngine/test-phi.ll b/llvm/test/ExecutionEngine/test-phi.ll
index 9ca1eb40bce..69d1b0866f8 100644
--- a/llvm/test/ExecutionEngine/test-phi.ll
+++ b/llvm/test/ExecutionEngine/test-phi.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
; test phi node
diff --git a/llvm/test/ExecutionEngine/test-ret.ll b/llvm/test/ExecutionEngine/test-ret.ll
index 2d7994583e6..e684fd5e3aa 100644
--- a/llvm/test/ExecutionEngine/test-ret.ll
+++ b/llvm/test/ExecutionEngine/test-ret.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
; test return instructions
diff --git a/llvm/test/ExecutionEngine/test-setcond-fp.ll b/llvm/test/ExecutionEngine/test-setcond-fp.ll
index 2f53e901870..235c4027b99 100644
--- a/llvm/test/ExecutionEngine/test-setcond-fp.ll
+++ b/llvm/test/ExecutionEngine/test-setcond-fp.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
diff --git a/llvm/test/ExecutionEngine/test-setcond-int.ll b/llvm/test/ExecutionEngine/test-setcond-int.ll
index 5ec4ec936d7..f80c2477a8a 100644
--- a/llvm/test/ExecutionEngine/test-setcond-int.ll
+++ b/llvm/test/ExecutionEngine/test-setcond-int.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() {
diff --git a/llvm/test/ExecutionEngine/test-shift.ll b/llvm/test/ExecutionEngine/test-shift.ll
index ebb85d3e8ae..330de0bfbc9 100644
--- a/llvm/test/ExecutionEngine/test-shift.ll
+++ b/llvm/test/ExecutionEngine/test-shift.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() {
OpenPOWER on IntegriCloud