Fix test on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79140 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eli Friedman 2009-08-15 21:28:17 +00:00
parent 3f5bb168bc
commit 51fe650c58

View File

@ -1,5 +1,5 @@
; Tests for SSE2 and below, without SSE3+.
; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium4 | FileCheck %s
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin10 -mcpu=pentium4 | FileCheck %s
define void @t1(<2 x double>* %r, <2 x double>* %A, double %B) nounwind {
%tmp3 = load <2 x double>* %A, align 16