mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 08:46:23 +00:00
Maybe it needs sse2?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6c84fdeb9c
commit
1c2d7f1196
@ -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…
Reference in New Issue
Block a user