summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-10-07 19:08:36 +0000
committerJim Grosbach <grosbach@apple.com>2009-10-07 19:08:36 +0000
commit63849cbd324266f775f4a1a70222619a95cf18da (patch)
treec5fd8c43b6acb08249993607f961f4650ddee888 /llvm/lib/CodeGen
parent3dcb5377ef64e0c74109cd086e99a348f432ec49 (diff)
downloadbcm5719-llvm-63849cbd324266f775f4a1a70222619a95cf18da.tar.gz
bcm5719-llvm-63849cbd324266f775f4a1a70222619a95cf18da.zip
grammar
llvm-svn: 83483
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/PrologEpilogInserter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp
index 66ec0b34348..55298a4dded 100644
--- a/llvm/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud