aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PrologEpilogInserter.cpp
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/lib/CodeGen/PrologEpilogInserter.cpp
parent4603d096609c16320b30e3f1ee1d3506fef568fb (diff)
downloadllvm-da27eb246d30d40f0af5f327d450f17b4ec7ac57.zip
llvm-da27eb246d30d40f0af5f327d450f17b4ec7ac57.tar.gz
llvm-da27eb246d30d40f0af5f327d450f17b4ec7ac57.tar.bz2
Cleanup comment wording
llvm-svn: 110466
Diffstat (limited to 'llvm/lib/CodeGen/PrologEpilogInserter.cpp')
-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 827b6a3..cba92fa 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);