Cleanup comment wording

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach
2010-08-06 18:59:07 +00:00
parent 206bc14fbf
commit 5b02901e91

View File

@@ -73,10 +73,10 @@ bool PEI::runOnMachineFunction(MachineFunction &Fn) {
calculateCalleeSavedRegisters(Fn); calculateCalleeSavedRegisters(Fn);
// Determine placement of CSR spill/restore code: // Determine placement of CSR spill/restore code:
// - with shrink wrapping, place spills and restores to tightly // - With shrink wrapping, place spills and restores to tightly
// enclose regions in the Machine CFG of the function where // enclose regions in the Machine CFG of the function where
// they are used. Without shrink wrapping // they are used.
// - default (no shrink wrapping), place all spills in the // - Without shink wrapping (default), place all spills in the
// entry block, all restores in return blocks. // entry block, all restores in return blocks.
placeCSRSpillsAndRestores(Fn); placeCSRSpillsAndRestores(Fn);