From 40d66052f43810cb66b871bbb022c6c44126617a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 22 Sep 2010 00:46:26 +0000 Subject: 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 --- test/CodeGen/X86/movgs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/CodeGen/X86/movgs.ll b/test/CodeGen/X86/movgs.ll index 31c42af1b1..5eda5d816e 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: -- cgit v1.2.3