From: Chris Lattner Date: Wed, 22 Sep 2010 00:46:26 +0000 (+0000) Subject: linux has a different stack alignment than the mac, relax this a bit. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=40d66052f43810cb66b871bbb022c6c44126617a;p=oota-llvm.git linux has a different stack alignment than the mac, relax this a bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114519 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/movgs.ll b/test/CodeGen/X86/movgs.ll index 31c42af1b18..5eda5d816ef 100644 --- a/test/CodeGen/X86/movgs.ll +++ b/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: