mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
fix this to use a valid triple.
llvm-svn: 45509
This commit is contained in:
parent
08801d9556
commit
7d567adef9
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=darwin | grep movaps
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=i686-apple-darwin8 | grep movaps
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=linux | grep movups
|
||||
|
||||
define <4 x float> @foo(float %a, float %b, float %c, float %d) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user