None of these tests should require a working lli, they are codegen tests,
authorChris Lattner <sabre@nondot.org>
Thu, 4 Aug 2005 19:55:39 +0000 (19:55 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Aug 2005 19:55:39 +0000 (19:55 +0000)
not execution tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22655 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2002-12-23-LocalRAProblem.llx
test/CodeGen/X86/2002-12-23-SubProblem.llx
test/CodeGen/X86/2003-08-03-CallArgLiveRanges.llx
test/CodeGen/X86/2004-02-08-UnwindSupport.llx

index 1511df3431196d1164bd7db55b3608f172b08872..afdd20209c67ba1bc93e18e7ae233fdea515b5f7 100644 (file)
@@ -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
index 5f5a4cffd17d9c288b40ed491d0b790438b757ba..744db0ff1bc237d0aec5177f49d0fc0dd6e27720 100644 (file)
@@ -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
index 71ba4cdf639b3c4ecedd2e6df8719c05097e297a..34232b9884ec958d0e4fecbe26a20743c56edd78 100644 (file)
@@ -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
index 7dc4a6150a6d204f4c5b571df62cd39ef020d32c..2b952f9fbf35e6b51d0d55fc338f381ead2134b7 100644 (file)
@@ -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