aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86RegisterInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-07-19 00:42:05 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-07-19 00:42:05 +0000
commit7e7bbf82719f14d71f1170f82da82269ae12d377 (patch)
treef4e469d010d5513c40578e2e0c259639fab8b9cb /lib/Target/X86/X86RegisterInfo.h
parent24857a3fac0c858cc9b8d3a5b7ba645776cc3483 (diff)
downloadexternal_llvm-7e7bbf82719f14d71f1170f82da82269ae12d377.zip
external_llvm-7e7bbf82719f14d71f1170f82da82269ae12d377.tar.gz
external_llvm-7e7bbf82719f14d71f1170f82da82269ae12d377.tar.bz2
Only adjust esp around calls in presence of alloca.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86RegisterInfo.h')
-rw-r--r--lib/Target/X86/X86RegisterInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/X86/X86RegisterInfo.h b/lib/Target/X86/X86RegisterInfo.h
index ab9e33f..0ec9a06 100644
--- a/lib/Target/X86/X86RegisterInfo.h
+++ b/lib/Target/X86/X86RegisterInfo.h
@@ -98,6 +98,8 @@ public:
bool hasFP(const MachineFunction &MF) const;
+ bool hasReservedCallFrame(MachineFunction &MF) const;
+
void eliminateCallFramePseudoInstr(MachineFunction &MF,
MachineBasicBlock &MBB,
MachineBasicBlock::iterator MI) const;