commit | c56e3f0cdde9b5e3f8222ece7b5968ae9961955e | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@gmail.com> | Mon Oct 08 20:48:54 2012 +0000 |
committer | Eric Christopher <echristo@gmail.com> | Mon Oct 08 20:48:54 2012 +0000 |
tree | ed102ba0cda6a3352aa86e8ea50b981df8e66891 | |
parent | 02c1a64efe95e5fcdb0123d3f03a605801abbec4 [diff] [blame] |
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 9882faa..6acf19e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1069,7 +1069,7 @@ 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);