From b8452b80f4b24bed1efe0bace9e925c2ec01122e Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Wed, 7 Oct 2009 19:08:36 +0000 Subject: [PATCH] grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83483 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/PrologEpilogInserter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp index 66ec0b34348..55298a4dded 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 -- 2.34.1