summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-10-08 20:48:54 +0000
committerEric Christopher <echristo@gmail.com>2012-10-08 20:48:54 +0000
commitc56e3f0cdde9b5e3f8222ece7b5968ae9961955e (patch)
treeed102ba0cda6a3352aa86e8ea50b981df8e66891 /lib
parent02c1a64efe95e5fcdb0123d3f03a605801abbec4 (diff)
downloadllvm-c56e3f0cdde9b5e3f8222ece7b5968ae9961955e.tar.gz
llvm-c56e3f0cdde9b5e3f8222ece7b5968ae9961955e.tar.bz2
llvm-c56e3f0cdde9b5e3f8222ece7b5968ae9961955e.tar.xz
Fixup comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 9882faad1f..6acf19ee8c 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);