mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Relax the FileCheck assertion a bit -- all we really care about is that
we're loading from the global array, not how it is spelled in the asm. This should fix the MSVC bots. llvm-svn: 148214
This commit is contained in:
parent
e57b0f2a8b
commit
7ee4fa971b
@ -6,7 +6,7 @@ define i32 @test_lshr_and(i32 %x) {
|
||||
; CHECK: test_lshr_and:
|
||||
; CHECK-NOT: shrl
|
||||
; CHECK: andl $12,
|
||||
; CHECK: movl array(%{{...}}),
|
||||
; CHECK: movl {{.*}}array{{.*}},
|
||||
; CHECK: ret
|
||||
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user