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
This commit is contained in:
Dale Johannesen 2008-02-09 19:04:25 +00:00
parent 3913187bf6
commit b3c4eb46d6

View File

@ -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> }