summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/zext-fold.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-01-11 07:34:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-01-11 07:34:22 +0000
commit69b5df8bf616a0ea0603b21ec8d63bde1b817ba5 (patch)
treeb2f6869fefd960366a64a31d752c466d41538f10 /test/CodeGen/X86/zext-fold.ll
parent29cc410e6d97acc96bc6e423dca8cb3f580bd658 (diff)
downloadllvm-69b5df8bf616a0ea0603b21ec8d63bde1b817ba5.tar.gz
llvm-69b5df8bf616a0ea0603b21ec8d63bde1b817ba5.tar.bz2
llvm-69b5df8bf616a0ea0603b21ec8d63bde1b817ba5.tar.xz
llvm/test/CodeGen/X86/zext-fold.ll: Relax an expression in stack offset.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/zext-fold.ll')
-rw-r--r--test/CodeGen/X86/zext-fold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/zext-fold.ll b/test/CodeGen/X86/zext-fold.ll
index b3f5cdbb88..8e4c2a5465 100644
--- a/test/CodeGen/X86/zext-fold.ll
+++ b/test/CodeGen/X86/zext-fold.ll
@@ -34,7 +34,7 @@ define void @test3(i8 %x) nounwind readnone {
ret void
}
; CHECK: test3
-; CHECK: movzbl 16(%esp), [[REGISTER:%e[a-z]{2}]]
+; CHECK: movzbl {{[0-9]+}}(%esp), [[REGISTER:%e[a-z]{2}]]
; CHECK-NEXT: movl [[REGISTER]], 4(%esp)
; CHECK-NEXT: andl $224, [[REGISTER]]
; CHECK-NEXT: movl [[REGISTER]], (%esp)