From 505af598d01baf0d7583e4f9611c8278b1ecf054 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 22 Sep 2010 00:46:26 +0000 Subject: [PATCH] linux has a different stack alignment than the mac, relax this a bit. llvm-svn: 114519 --- llvm/test/CodeGen/X86/movgs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/movgs.ll b/llvm/test/CodeGen/X86/movgs.ll index 31c42af1b186..5eda5d816ef9 100644 --- a/llvm/test/CodeGen/X86/movgs.ll +++ b/llvm/test/CodeGen/X86/movgs.ll @@ -26,7 +26,7 @@ entry: ; rdar://8453210 ; X32: test2: -; X32: movl 16(%esp), %eax +; X32: movl {{.*}}(%esp), %eax ; X32: call *%gs:(%eax) ; X64: test2: