mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Fix name of variable in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193373 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -42,7 +42,7 @@ class CompileUnit {
|
|||||||
/// Node - MDNode for the compile unit.
|
/// Node - MDNode for the compile unit.
|
||||||
const MDNode *Node;
|
const MDNode *Node;
|
||||||
|
|
||||||
/// Die - Compile unit debug information entry.
|
/// CUDie - Compile unit debug information entry.
|
||||||
///
|
///
|
||||||
const OwningPtr<DIE> CUDie;
|
const OwningPtr<DIE> CUDie;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user