summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/inline-asm-tied.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-07-16 22:34:45 +0000
committerDale Johannesen <dalej@apple.com>2009-07-16 22:34:45 +0000
commit423ccfe51daa699a969cd716ce3a69cb2ada6234 (patch)
tree9a55d62a65db0f37ffe35ee31ce16d4a51df4f07 /test/CodeGen/X86/inline-asm-tied.ll
parent3ac1ab835caacdeebbd0d7b4d69160f283928d21 (diff)
downloadexternal_llvm-423ccfe51daa699a969cd716ce3a69cb2ada6234.zip
external_llvm-423ccfe51daa699a969cd716ce3a69cb2ada6234.tar.gz
external_llvm-423ccfe51daa699a969cd716ce3a69cb2ada6234.tar.bz2
Assume an inline asm might be a call, so we get
stack alignment right when it is. This is not ideal but conservatively correct. Adjust a test to compensate for changed stack offset value. gcc.apple/asm-block-57.c git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/inline-asm-tied.ll')
-rw-r--r--test/CodeGen/X86/inline-asm-tied.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/inline-asm-tied.ll b/test/CodeGen/X86/inline-asm-tied.ll
index 6df2c48..9cc944b 100644
--- a/test/CodeGen/X86/inline-asm-tied.ll
+++ b/test/CodeGen/X86/inline-asm-tied.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 -O0 | grep {movl %edx, 4(%esp)} | count 2
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 -O0 | grep {movl %edx, 12(%esp)} | count 2
; rdar://6992609
target triple = "i386-apple-darwin9.0"