summaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/2003-01-04-PhiTest.ll2
-rw-r--r--test/ExecutionEngine/2003-05-06-LivenessClobber.llx2
-rw-r--r--test/ExecutionEngine/2003-05-07-ArgumentTest.llx2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/ExecutionEngine/2003-01-04-PhiTest.ll b/test/ExecutionEngine/2003-01-04-PhiTest.ll
index 59d5fde..144ace7 100644
--- a/test/ExecutionEngine/2003-01-04-PhiTest.ll
+++ b/test/ExecutionEngine/2003-01-04-PhiTest.ll
@@ -1,4 +1,4 @@
-; RUN: as < %s | lli -force-interpreter=false
+; RUN: llvm-as < %s | lli -force-interpreter=false
int %main() {
br label %Loop
diff --git a/test/ExecutionEngine/2003-05-06-LivenessClobber.llx b/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
index 8f3eb3b..d3e5e04 100644
--- a/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
+++ b/test/ExecutionEngine/2003-05-06-LivenessClobber.llx
@@ -1,6 +1,6 @@
; This testcase shoudl return with an exit code of 1.
;
-; RUN: as < %s | not lli -force-interpreter=false
+; RUN: llvm-as < %s | not lli -force-interpreter=false
target endian = little
target pointersize = 32
diff --git a/test/ExecutionEngine/2003-05-07-ArgumentTest.llx b/test/ExecutionEngine/2003-05-07-ArgumentTest.llx
index 6586477..ac8ac34 100644
--- a/test/ExecutionEngine/2003-05-07-ArgumentTest.llx
+++ b/test/ExecutionEngine/2003-05-07-ArgumentTest.llx
@@ -1,4 +1,4 @@
-; RUN: as < %s | lli -force-interpreter=false - test
+; RUN: llvm-as < %s | lli -force-interpreter=false - test
target endian = little
target pointersize = 32