summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shift-combine.ll
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-01-15 09:38:59 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-01-15 09:38:59 +0000
commit980bce2ebda6de40e05c80d008e758c00a6dbb00 (patch)
tree5c227581f28a55eca3d2ed6f9019443fa9948a8d /test/CodeGen/X86/shift-combine.ll
parent482e4a8711ae78a5cb1039c946952294491cd294 (diff)
downloadllvm-980bce2ebda6de40e05c80d008e758c00a6dbb00.tar.gz
llvm-980bce2ebda6de40e05c80d008e758c00a6dbb00.tar.bz2
llvm-980bce2ebda6de40e05c80d008e758c00a6dbb00.tar.xz
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
Diffstat (limited to 'test/CodeGen/X86/shift-combine.ll')
-rw-r--r--test/CodeGen/X86/shift-combine.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/shift-combine.ll b/test/CodeGen/X86/shift-combine.ll
index 0a6ea28faf..51f83036c2 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: