llvm-svn: 110457
This commit is contained in:
Jim Grosbach 2010-08-06 18:24:36 +00:00
parent ec36b4cd9c
commit a66c2222ff

View File

@ -671,7 +671,7 @@ public:
}
/// processFunctionBeforeFrameFinalized - This method is called immediately
/// before the specified functions frame layout (MF.getFrameInfo()) is
/// before the specified function's frame layout (MF.getFrameInfo()) is
/// finalized. Once the frame is finalized, MO_FrameIndex operands are
/// replaced with direct constants. This method is optional.
///