diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-04-23 18:25:44 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-04-23 18:25:44 +0000 |
commit | 0e9ddde1cf6aa61de3f029d6d8866d0e638312ff (patch) | |
tree | b2fd6edb5e3691726aa1701d30a0403e5de8ee5b /test/CodeGen/X86/vec_clear.ll | |
parent | e44a4b3bd71310f4f3dec9054c888d83bfb5d220 (diff) |
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.ll | 2 |
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] |