Cleanup comment wording
authorJim Grosbach <grosbach@apple.com>
Fri, 6 Aug 2010 18:59:07 +0000 (18:59 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 6 Aug 2010 18:59:07 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110466 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PrologEpilogInserter.cpp

index 827b6a30ad5a90a71d63f18d3530419223350135..cba92fad12be5cde6e03a7608724cee58ccc28a9 100644 (file)
@@ -73,10 +73,10 @@ bool PEI::runOnMachineFunction(MachineFunction &Fn) {
   calculateCalleeSavedRegisters(Fn);
 
   // 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
-  //    they are used. Without shrink wrapping
-  //  - default (no shrink wrapping), place all spills in the
+  //    they are used.
+  //  - Without shink wrapping (default), place all spills in the
   //    entry block, all restores in return blocks.
   placeCSRSpillsAndRestores(Fn);