aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/2002-12-23-LocalRAProblem.llx3
-rw-r--r--test/CodeGen/X86/2002-12-23-SubProblem.llx2
-rw-r--r--test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx2
-rw-r--r--test/CodeGen/X86/2004-02-08-UnwindSupport.llx2
4 files changed, 4 insertions, 5 deletions
diff --git a/test/CodeGen/X86/2002-12-23-LocalRAProblem.llx b/test/CodeGen/X86/2002-12-23-LocalRAProblem.llx
index 1511df3431..afdd20209c 100644
--- a/test/CodeGen/X86/2002-12-23-LocalRAProblem.llx
+++ b/test/CodeGen/X86/2002-12-23-LocalRAProblem.llx
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | lli -force-interpreter=false -regalloc=simple
-;-print-machineinstrs
+; RUN: llvm-as < %s | llc -march=x86 -regalloc=simple
int %main() {
%A = add int 0, 0 ; %A = 0
diff --git a/test/CodeGen/X86/2002-12-23-SubProblem.llx b/test/CodeGen/X86/2002-12-23-SubProblem.llx
index 5f5a4cffd1..744db0ff1b 100644
--- a/test/CodeGen/X86/2002-12-23-SubProblem.llx
+++ b/test/CodeGen/X86/2002-12-23-SubProblem.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | lli -force-interpreter=false -regalloc=simple
+; RUN: llvm-as < %s | llc -march=x86 -regalloc=simple
int %main(int %B) {
;%B = add int 0, 1
diff --git a/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx b/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
index 71ba4cdf63..34232b9884 100644
--- a/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
+++ b/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
@@ -3,7 +3,7 @@
; it makes a ton of annoying overlapping live ranges. This code should not
; cause spills!
;
-; RUN: llvm-as < %s | lli -stats 2>&1 | not grep spilled
+; RUN: llvm-as < %s | llc -march=x86 -stats 2>&1 | not grep spilled
target endian = little
target pointersize = 32
diff --git a/test/CodeGen/X86/2004-02-08-UnwindSupport.llx b/test/CodeGen/X86/2004-02-08-UnwindSupport.llx
index 7dc4a6150a..2b952f9fbf 100644
--- a/test/CodeGen/X86/2004-02-08-UnwindSupport.llx
+++ b/test/CodeGen/X86/2004-02-08-UnwindSupport.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | lli -enable-correct-eh-support
+; RUN: llvm-as < %s | llc -enable-correct-eh-support
int %test() {
unwind