Fixup comment.
authorEric Christopher <echristo@gmail.com>
Mon, 8 Oct 2012 20:48:54 +0000 (20:48 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 8 Oct 2012 20:48:54 +0000 (20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165427 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 9882faad1f6021feb03724d9d7fb29db97f22873..6acf19ee8c4fc9e20af7351dc47088f61c670ef5 100644 (file)
@@ -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);