aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_clear.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 18:25:44 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-04-23 18:25:44 +0000
commit0e9ddde1cf6aa61de3f029d6d8866d0e638312ff (patch)
treeb2fd6edb5e3691726aa1701d30a0403e5de8ee5b /test/CodeGen/X86/vec_clear.ll
parente44a4b3bd71310f4f3dec9054c888d83bfb5d220 (diff)
downloadexternal_llvm-0e9ddde1cf6aa61de3f029d6d8866d0e638312ff.zip
external_llvm-0e9ddde1cf6aa61de3f029d6d8866d0e638312ff.tar.gz
external_llvm-0e9ddde1cf6aa61de3f029d6d8866d0e638312ff.tar.bz2
Disable stack realignment for these tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_clear.ll')
-rw-r--r--test/CodeGen/X86/vec_clear.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_clear.ll b/test/CodeGen/X86/vec_clear.ll
index 383c0db..449db9d 100644
--- a/test/CodeGen/X86/vec_clear.ll
+++ b/test/CodeGen/X86/vec_clear.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep and
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -realign-stack=0 | not grep and
define <4 x float> @test(<4 x float>* %v1) {
%tmp = load <4 x float>* %v1 ; <<4 x float>> [#uses=1]