diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-10-07 19:08:36 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-10-07 19:08:36 +0000 |
commit | a3330a871867e32033b8e0ea4134517d0ff62b9d (patch) | |
tree | 184758c329d354a2d1c3754ee3af5155f632432d /lib | |
parent | 5fa67d35b87341e9990fb7b3a26e3de7e76c0e64 (diff) | |
download | external_llvm-a3330a871867e32033b8e0ea4134517d0ff62b9d.zip external_llvm-a3330a871867e32033b8e0ea4134517d0ff62b9d.tar.gz external_llvm-a3330a871867e32033b8e0ea4134517d0ff62b9d.tar.bz2 |
grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83483 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/PrologEpilogInserter.cpp | 2 |
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 |