mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-29 10:25:12 +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:
@@ -1,5 +1,5 @@
|
|||||||
; Tests for SSE2 and below, without SSE3+.
|
; 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 {
|
define void @t1(<2 x double>* %r, <2 x double>* %A, double %B) nounwind {
|
||||||
%tmp3 = load <2 x double>* %A, align 16
|
%tmp3 = load <2 x double>* %A, align 16
|
||||||
|
Reference in New Issue
Block a user