Alignment of struct containing vectors depends on
authorDale Johannesen <dalej@apple.com>
Sat, 9 Feb 2008 19:04:25 +0000 (19:04 +0000)
committerDale Johannesen <dalej@apple.com>
Sat, 9 Feb 2008 19:04:25 +0000 (19:04 +0000)
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

index 54210c8036dcb240ed0829b30dfa9e125269d301..4199bf062e7dae276d7728dc54f962847b282585 100644 (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> }