1
0
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:
Chandler Carruth 2012-01-15 09:38:59 +00:00
parent e57b0f2a8b
commit 7ee4fa971b

View File

@ -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: