diff options
-rw-r--r-- | test/CodeGen/X86/shift-combine.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/shift-combine.ll b/test/CodeGen/X86/shift-combine.ll index 0a6ea28..51f8303 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: |