From b3c4eb46d62db357918a777e6bb61c2b9d46565a Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Sat, 9 Feb 2008 19:04:25 +0000 Subject: Alignment of struct containing vectors depends on whether SSE is present, on Darwin anyway. Make it explicit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46909 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/byval7.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/byval7.ll') diff --git a/test/CodeGen/X86/byval7.ll b/test/CodeGen/X86/byval7.ll index 54210c8036..4199bf062e 100644 --- a/test/CodeGen/X86/byval7.ll +++ b/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> } -- cgit v1.2.3