Accept any stack offset, including none, here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254062 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2015-11-25 09:21:36 +00:00
parent e2698ed29f
commit 3ae358fb22

View File

@ -27,7 +27,7 @@
define void @fn1() {
; CHECK-LABEL: fn1
; CHECK: movb $0, -8(%rsp)
; CHECK: movb $0, {{.*}}(%rsp)
; CHECK: cmpq $8, %rax
for.cond:
br label %vector.body