Extension of r107506. Make sure that we don't mark a function as having a call
authorBill Wendling <isanbard@gmail.com>
Thu, 8 Jul 2010 22:38:02 +0000 (22:38 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 8 Jul 2010 22:38:02 +0000 (22:38 +0000)
commitc930cbcada7c62bb474019f4ce21bd6387d1c3f5
tree23916f51b78f63ebb57dcb71a32a8394029c5ddf
parent7cc4f9cd282165940e121745aa5762bb69a98b9b
Extension of r107506. Make sure that we don't mark a function as having a call
if the inline ASM doesn't need a stack frame.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107922 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
test/CodeGen/X86/leaf-fp-elim.ll [new file with mode: 0644]