summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/byval7.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-02-09 19:04:25 +0000
committerDale Johannesen <dalej@apple.com>2008-02-09 19:04:25 +0000
commit43a2ed86115b0f699e62cae4723cd57e189832da (patch)
tree5fd764528129e5e9216cb4b479fba6fc004721b4 /llvm/test/CodeGen/X86/byval7.ll
parent784d071e1662a800febc6c73e426d70573fb59f3 (diff)
downloadbcm5719-llvm-43a2ed86115b0f699e62cae4723cd57e189832da.tar.gz
bcm5719-llvm-43a2ed86115b0f699e62cae4723cd57e189832da.zip
Alignment of struct containing vectors depends on
whether SSE is present, on Darwin anyway. Make it explicit. llvm-svn: 46909
Diffstat (limited to 'llvm/test/CodeGen/X86/byval7.ll')
-rw-r--r--llvm/test/CodeGen/X86/byval7.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/byval7.ll b/llvm/test/CodeGen/X86/byval7.ll
index 54210c8036d..4199bf062e7 100644
--- a/llvm/test/CodeGen/X86/byval7.ll
+++ b/llvm/test/CodeGen/X86/byval7.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep add | grep 16
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep add | grep 16
%struct.S = type { <2 x i64> }
OpenPOWER on IntegriCloud