summaryrefslogtreecommitdiffstats
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
commitcc10d20a177cecad2fc016c0afd84bd27c7f7726 (patch)
treec2e680e2dc228d9d4e0280eaf72d191c6d5f993e
parent85a495e9a70b5bccb2d56b2f7e615afad0cf9881 (diff)
downloadbcm5719-llvm-cc10d20a177cecad2fc016c0afd84bd27c7f7726.tar.gz
bcm5719-llvm-cc10d20a177cecad2fc016c0afd84bd27c7f7726.zip
Fixup comment.
llvm-svn: 165427
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 9882faad1f6..6acf19ee8c4 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud