summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-08-06 18:59:07 +0000
committerJim Grosbach <grosbach@apple.com>2010-08-06 18:59:07 +0000
commitda27eb246d30d40f0af5f327d450f17b4ec7ac57 (patch)
tree9e4b7e10d368573e996e2cba7ab525b89d8ee916 /llvm
parent4603d096609c16320b30e3f1ee1d3506fef568fb (diff)
downloadbcm5719-llvm-da27eb246d30d40f0af5f327d450f17b4ec7ac57.tar.gz
bcm5719-llvm-da27eb246d30d40f0af5f327d450f17b4ec7ac57.zip
Cleanup comment wording
llvm-svn: 110466
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/PrologEpilogInserter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp
index 827b6a30ad5..cba92fad12b 100644
--- a/llvm/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/llvm/lib/CodeGen/PrologEpilogInserter.cpp
@@ -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);
OpenPOWER on IntegriCloud