summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-08-06-inlineasm.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-01-13 06:47:10 +0000
committerEric Christopher <echristo@apple.com>2011-01-13 06:47:10 +0000
commit04f5079ca1fd6c46a2b2efc369e293fb6feab793 (patch)
tree50a728802d930299e3440d6d6990e59ec8444386 /test/CodeGen/X86/2009-08-06-inlineasm.ll
parentc2a94da3134fcd5745f1b852af6b4ade7b57b4d3 (diff)
downloadllvm-04f5079ca1fd6c46a2b2efc369e293fb6feab793.tar.gz
llvm-04f5079ca1fd6c46a2b2efc369e293fb6feab793.tar.bz2
llvm-04f5079ca1fd6c46a2b2efc369e293fb6feab793.tar.xz
Experiment with changing the default 32-bit linux stack alignment to
16 bytes for PR8969. Update all testcases accordingly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-08-06-inlineasm.ll')
-rw-r--r--test/CodeGen/X86/2009-08-06-inlineasm.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2009-08-06-inlineasm.ll b/test/CodeGen/X86/2009-08-06-inlineasm.ll
index de32c2159c..f9b5f9e0b1 100644
--- a/test/CodeGen/X86/2009-08-06-inlineasm.ll
+++ b/test/CodeGen/X86/2009-08-06-inlineasm.ll
@@ -1,10 +1,12 @@
-; RUN: llc -mtriple=i386-pc-linux-gnu < %s
+; RUN: false
+; XRUN: llc -mtriple=i386-pc-linux-gnu < %s
; PR4668
; XFAIL: *
; FIXME: If the coalescer happens to coalesce %level.1 with the copy to EAX
; (for ret) then this will fail to compile. The fundamental problem is
; once the coalescer fixes a virtual register to physical register we can't
-; evict it.
+; evict it. This started passing again due to the changes for PR8969
+; so I've disabled it with a bigger stick.
define i32 @x(i32 %qscale) nounwind {
entry: