mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-19 01:48:34 +00:00
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:
parent
3f5bb168bc
commit
51fe650c58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user