support > 4G stack objects

llvm-svn: 36422
This commit is contained in:
Chris Lattner
2007-04-25 04:20:54 +00:00
parent 510fefcd8a
commit 9bd98ea4c1
3 changed files with 9 additions and 9 deletions

View File

@@ -342,7 +342,7 @@ void MachineFrameInfo::print(const MachineFunction &MF, std::ostream &OS) const{
if (i < NumFixedObjects)
OS << " fixed";
if (i < NumFixedObjects || SO.SPOffset != -1) {
int Off = SO.SPOffset - ValOffset;
int64_t Off = SO.SPOffset - ValOffset;
OS << " at location [SP";
if (Off > 0)
OS << "+" << Off;