diff options
author | Eric Christopher <echristo@gmail.com> | 2012-10-08 20:48:54 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-10-08 20:48:54 +0000 |
commit | c56e3f0cdde9b5e3f8222ece7b5968ae9961955e (patch) | |
tree | ed102ba0cda6a3352aa86e8ea50b981df8e66891 /lib/CodeGen | |
parent | 02c1a64efe95e5fcdb0123d3f03a605801abbec4 (diff) |
Fixup comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
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); |