forked from OSchip/llvm-project
parent
670ee0e941
commit
e34116750f
|
@ -42,7 +42,7 @@ class CompileUnit {
|
|||
/// Node - MDNode for the compile unit.
|
||||
const MDNode *Node;
|
||||
|
||||
/// Die - Compile unit debug information entry.
|
||||
/// CUDie - Compile unit debug information entry.
|
||||
///
|
||||
const OwningPtr<DIE> CUDie;
|
||||
|
||||
|
|
Loading…
Reference in New Issue