summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse-align-11.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/sse-align-11.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/sse-align-11.ll')
-rw-r--r--test/CodeGen/X86/sse-align-11.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse-align-11.ll b/test/CodeGen/X86/sse-align-11.ll
index 3cc83ca0db..9f5d4b40d6 100644
--- a/test/CodeGen/X86/sse-align-11.ll
+++ b/test/CodeGen/X86/sse-align-11.ll
@@ -1,5 +1,6 @@
; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps
-; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-linux-gnu | grep movups
+; RUN: llc < %s -march=x86 -mcpu=yonah -mtriple=i686-linux-gnu | grep movaps
+; PR8969 - make 32-bit linux have a 16-byte aligned stack
define <4 x float> @foo(float %a, float %b, float %c, float %d) nounwind {
entry: