From: Eric Christopher Date: Mon, 8 Oct 2012 20:48:54 +0000 (+0000) Subject: Fixup comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c56e3f0cdde9b5e3f8222ece7b5968ae9961955e;p=oota-llvm.git Fixup comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165427 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 9882faad1f6..6acf19ee8c4 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -1069,7 +1069,7 @@ DwarfDebug::collectVariableInfo(const MachineFunction *MF, if (AbsVar) AbsVar->setMInsn(MInsn); - // Simple ranges that are fully coalesced. + // Simplify ranges that are fully coalesced. if (History.size() <= 1 || (History.size() == 2 && MInsn->isIdenticalTo(History.back()))) { RegVar->setMInsn(MInsn);