diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-22 00:46:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-22 00:46:26 +0000 |
commit | 40d66052f43810cb66b871bbb022c6c44126617a (patch) | |
tree | 4b3b379c5c32e38129db84f9f897c34726ba903c | |
parent | 8864155a35eb59fbebfd1822aaf224128b5c5d23 (diff) |
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
-rw-r--r-- | test/CodeGen/X86/movgs.ll | 2 |
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: |