summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_clear.ll
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-05-06 23:09:29 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-05-06 23:09:29 +0000
commit70e616fa0b2f70602736d5649fc0d41af0b9d859 (patch)
tree31a0437e151723b131b66ea0334202ac3cf5bf64 /test/CodeGen/X86/vec_clear.ll
parent149a3153694f8b75f8f2f1754575e6a52b45214a (diff)
downloadllvm-70e616fa0b2f70602736d5649fc0d41af0b9d859.tar.gz
llvm-70e616fa0b2f70602736d5649fc0d41af0b9d859.tar.bz2
llvm-70e616fa0b2f70602736d5649fc0d41af0b9d859.tar.xz
Use target triple in tests, not 'realign-stack=0' option. Per request.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50778 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 449db9d6bf..d4641294b4 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 -realign-stack=0 | not grep and
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin | not grep and
define <4 x float> @test(<4 x float>* %v1) {
%tmp = load <4 x float>* %v1 ; <<4 x float>> [#uses=1]