Update comment.

llvm-svn: 103057
This commit is contained in:
Eric Christopher 2010-05-04 22:13:03 +00:00
parent bf6fac8415
commit a00830df31
1 changed files with 1 additions and 1 deletions

View File

@ -1307,7 +1307,7 @@ X86RegisterInfo::getInitialFrameState(std::vector<MachineMove> &Moves) const {
// Calculate amount of bytes used for return address storing
int stackGrowth = (Is64Bit ? -8 : -4);
// Initial state of the frame pointer is esp+4.
// Initial state of the frame pointer is esp+stackGrowth.
MachineLocation Dst(MachineLocation::VirtualFP);
MachineLocation Src(StackPtr, stackGrowth);
Moves.push_back(MachineMove(0, Dst, Src));