From 3ae358fb22d11f4c9595d529d7227c1334496bc0 Mon Sep 17 00:00:00 2001
From: Eric Christopher <echristo@gmail.com>
Date: Wed, 25 Nov 2015 09:21:36 +0000
Subject: [PATCH] Accept any stack offset, including none, here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254062 91177308-0d34-0410-b5e6-96231b3b80d8
---
 test/CodeGen/X86/trunc-store.ll | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.34.1