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)
llvm-svn: 165427

llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 9882faa..6acf19e 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);