[llvm-commits] [llvm] r114519 - /llvm/trunk/test/CodeGen/X86/movgs.ll
Chris Lattner
sabre at nondot.org
Tue Sep 21 17:46:27 PDT 2010
Author: lattner
Date: Tue Sep 21 19:46:26 2010
New Revision: 114519
URL: http://llvm.org/viewvc/llvm-project?rev=114519&view=rev
Log:
linux has a different stack alignment than the mac, relax this a bit.
Modified:
llvm/trunk/test/CodeGen/X86/movgs.ll
Modified: llvm/trunk/test/CodeGen/X86/movgs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/movgs.ll?rev=114519&r1=114518&r2=114519&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/movgs.ll (original)
+++ llvm/trunk/test/CodeGen/X86/movgs.ll Tue Sep 21 19:46:26 2010
@@ -26,7 +26,7 @@
; rdar://8453210
; X32: test2:
-; X32: movl 16(%esp), %eax
+; X32: movl {{.*}}(%esp), %eax
; X32: call *%gs:(%eax)
; X64: test2:
More information about the llvm-commits
mailing list