From: Chandler Carruth Date: Sun, 15 Jan 2012 09:38:59 +0000 (+0000) Subject: Relax the FileCheck assertion a bit -- all we really care about is that X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=980bce2ebda6de40e05c80d008e758c00a6dbb00;p=oota-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148214 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/shift-combine.ll b/test/CodeGen/X86/shift-combine.ll index 0a6ea28faff..51f83036c23 100644 --- a/test/CodeGen/X86/shift-combine.ll +++ b/test/CodeGen/X86/shift-combine.ll @@ -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: