mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 05:21:13 +00:00
Maybe it needs sse2?
llvm-svn: 102802
This commit is contained in:
parent
d1c5f11f72
commit
a348ff69b8
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s
|
||||
; <rdar://problem/7897988>
|
||||
|
||||
define void @test1(i8** %a, i64* %b, i64 %c, i64 %d) nounwind {
|
||||
|
Loading…
x
Reference in New Issue
Block a user