linux has a different stack alignment than the mac, relax this a bit.
authorChris Lattner <sabre@nondot.org>
Wed, 22 Sep 2010 00:46:26 +0000 (00:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Sep 2010 00:46:26 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114519 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/movgs.ll

index 31c42af1b1862464f72ba304de502274f686fbd2..5eda5d816ef9a9b998606e2a34028e395de5d332 100644 (file)
@@ -26,7 +26,7 @@ entry:
 
 ; rdar://8453210
 ; X32: test2:
-; X32: movl    16(%esp), %eax
+; X32: movl    {{.*}}(%esp), %eax
 ; X32: call    *%gs:(%eax)
 
 ; X64: test2: