Skip to content

Commit

Permalink
Alignment of struct containing vectors depends on
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Dale Johannesen committed Feb 9, 2008
1 parent 3913187 commit b3c4eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/X86/byval7.ll
Original file line number Diff line number Diff line change
@@ -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> }

Expand Down

0 comments on commit b3c4eb4

Please sign in to comment.