summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-31 16:43:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-31 16:43:33 +0000
commit6e31dfea35548529586d55eb2731bd6209ed8876 (patch)
treec9e6d3686ceb9199a8158e7a5d05ead26d3209a4 /llvm/lib/CodeGen/PrologEpilogInserter.cpp
parent635d9692b6e6d273a959a19609589d64f0e403dd (diff)
downloadbcm5719-llvm-6e31dfea35548529586d55eb2731bd6209ed8876.tar.gz
bcm5719-llvm-6e31dfea35548529586d55eb2731bd6209ed8876.zip
Spelling and grammar fixes to problems found by Duncan.
llvm-svn: 138858
Diffstat (limited to 'llvm/lib/CodeGen/PrologEpilogInserter.cpp')
-rw-r--r--llvm/lib/CodeGen/PrologEpilogInserter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp
index ec5fe25704a..4ad14804278 100644
--- a/llvm/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/llvm/lib/CodeGen/PrologEpilogInserter.cpp
@@ -701,10 +701,10 @@ void PEI::insertPrologEpilogCode(MachineFunction &Fn) {
TFI.emitEpilogue(Fn, *I);
}
- // Emit additional code that is required support segmented stacks, if we've
- // been asked for it. This, when linked with a runtime with support for
- // segmented stacks (libgcc is one), will result allocating stack space in
- // small chunks instead of one large contiguous block.
+ // Emit additional code that is required to support segmented stacks, if
+ // we've been asked for it. This, when linked with a runtime with support
+ // for segmented stacks (libgcc is one), will result in allocating stack
+ // space in small chunks instead of one large contiguous block.
if (EnableSegmentedStacks)
TFI.adjustForSegmentedStacks(Fn);
}
OpenPOWER on IntegriCloud