diff options
author | Eric Christopher <echristo@gmail.com> | 2013-07-03 21:37:03 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-07-03 21:37:03 +0000 |
commit | 4e976457eb2e777dcd515a7b82e62161552a2466 (patch) | |
tree | a039489101137d7a5872f150beeca2e5cdf7e76e | |
parent | 3a1812d1fea48cac278afbc6bd5593e6bb07e2a4 (diff) | |
download | external_llvm-4e976457eb2e777dcd515a7b82e62161552a2466.zip external_llvm-4e976457eb2e777dcd515a7b82e62161552a2466.tar.gz external_llvm-4e976457eb2e777dcd515a7b82e62161552a2466.tar.bz2 |
Elaborate on comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185586 91177308-0d34-0410-b5e6-96231b3b80d8
-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 ed2cb8e..1168e27 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/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 |