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
commit8556c4a76c322bf46ff6627bc35cd63a54be81a6 (patch)
treeb2fd6edb5e3691726aa1701d30a0403e5de8ee5b /test/CodeGen/X86/vec_clear.ll
parent82052ab16585ce94a0504c43959ca72a25f1a5bc (diff)
downloadexternal_llvm-8556c4a76c322bf46ff6627bc35cd63a54be81a6.tar.gz
external_llvm-8556c4a76c322bf46ff6627bc35cd63a54be81a6.tar.bz2
external_llvm-8556c4a76c322bf46ff6627bc35cd63a54be81a6.zip
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 383c0db23b..449db9d6bf 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]