aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/PrologEpilogInserter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp
index 66ec0b3..55298a4 100644
--- a/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/lib/CodeGen/PrologEpilogInserter.cpp
@@ -828,7 +828,7 @@ void PEI::scavengeFrameVirtualRegs(MachineFunction &Fn) {
if (PrevScratchReg && Value == PrevValue) {
// FIXME: This assumes that the instructions in the live range
// for the virtual register are exclusively for the purpose
- // of populating the value in the register. That reasonable
+ // of populating the value in the register. That's reasonable
// for these frame index registers, but it's still a very, very
// strong assumption. Perhaps this implies that the frame index
// elimination should be before register allocation, with