summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-03 21:37:03 +0000
committerEric Christopher <echristo@gmail.com>2013-07-03 21:37:03 +0000
commit270a12cff371eb1d5e69ae3e325afe3471ada670 (patch)
tree74acccfac0be13ef5d567c8c6cf3d48e80e06862 /llvm/lib/CodeGen
parentdd7b4615d18539bdafa6cecee766ee7dfe47d114 (diff)
downloadbcm5719-llvm-270a12cff371eb1d5e69ae3e325afe3471ada670.tar.gz
bcm5719-llvm-270a12cff371eb1d5e69ae3e325afe3471ada670.zip
Elaborate on comment.
llvm-svn: 185586
Diffstat (limited to 'llvm/lib/CodeGen')
-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 ed2cb8e3f91..1168e27a013 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1221,7 +1221,7 @@ void
DwarfDebug::collectVariableInfo(const MachineFunction *MF,
SmallPtrSet<const MDNode *, 16> &Processed) {
- // collection info from MMI table.
+ // Grab the variable info that was squirreled away in the MMI side-table.
collectVariableInfoFromMMITable(MF, Processed);
for (SmallVectorImpl<const MDNode*>::const_iterator
OpenPOWER on IntegriCloud