From: Eric Christopher <echristo@gmail.com> Date: Wed, 25 Nov 2015 09:21:36 +0000 (+0000) Subject: Accept any stack offset, including none, here. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3ae358fb22d11f4c9595d529d7227c1334496bc0;p=oota-llvm.git Accept any stack offset, including none, here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254062 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/trunc-store.ll b/test/CodeGen/X86/trunc-store.ll index 9b145342c31..646b4b2c336 100644 --- a/test/CodeGen/X86/trunc-store.ll +++ b/test/CodeGen/X86/trunc-store.ll @@ -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