mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 15:33:16 +00:00
Fix test for Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144003 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac101e5848
commit
32dd4eb204
@ -10,7 +10,7 @@ define <2 x double> @test() {
|
||||
; Prefer a constant pool load here.
|
||||
; CHECK: test2
|
||||
; CHECK-NOT: shuf
|
||||
; CHECK: movaps LCP
|
||||
; CHECK: movaps {{.*}}CPI
|
||||
; CHECK-NEXT: ret
|
||||
define <4 x i32> @test2() nounwind {
|
||||
ret <4 x i32> < i32 0, i32 0, i32 1, i32 0 >
|
||||
|
Loading…
Reference in New Issue
Block a user