diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-08-06 18:59:07 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-08-06 18:59:07 +0000 |
| commit | 4d5b6ff9b74c2e1d60e5f0c5a3c3f998d42187eb (patch) | |
| tree | dbe8029d82ed9726d870fb21153b1cb94ad15f22 /lib/CodeGen | |
| parent | 2c0728011b639d12eaec627dd5507ba8021b23c5 (diff) | |
| download | external_llvm-4d5b6ff9b74c2e1d60e5f0c5a3c3f998d42187eb.zip external_llvm-4d5b6ff9b74c2e1d60e5f0c5a3c3f998d42187eb.tar.gz external_llvm-4d5b6ff9b74c2e1d60e5f0c5a3c3f998d42187eb.tar.bz2 | |
Cleanup comment wording
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
| -rw-r--r-- | lib/CodeGen/PrologEpilogInserter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp index 827b6a3..cba92fa 100644 --- a/lib/CodeGen/PrologEpilogInserter.cpp +++ b/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); |
