1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Clarify comments.

llvm-svn: 186297
This commit is contained in:
Eric Christopher 2013-07-14 22:23:54 +00:00
parent 3b6ff658c3
commit c95ff399e8

View File

@ -311,10 +311,7 @@ class DwarfDebug {
// All DIEValues are allocated through this allocator.
BumpPtrAllocator DIEValueAllocator;
//===--------------------------------------------------------------------===//
// Attribute used to construct specific Dwarf sections.
//
// Handle to the a compile unit used for the inline extension handling.
CompileUnit *FirstCU;
// Maps MDNode with its corresponding CompileUnit.