summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-22 00:46:26 +0000
committerChris Lattner <sabre@nondot.org>2010-09-22 00:46:26 +0000
commit40d66052f43810cb66b871bbb022c6c44126617a (patch)
tree4b3b379c5c32e38129db84f9f897c34726ba903c /test
parent8864155a35eb59fbebfd1822aaf224128b5c5d23 (diff)
downloadllvm-40d66052f43810cb66b871bbb022c6c44126617a.tar.gz
llvm-40d66052f43810cb66b871bbb022c6c44126617a.tar.bz2
llvm-40d66052f43810cb66b871bbb022c6c44126617a.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/movgs.ll2
1 files changed, 1 insertions, 1 deletions
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: