summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-24 21:54:58 +0000
committerEric Christopher <echristo@gmail.com>2013-10-24 21:54:58 +0000
commite34116750fbb147ecd579a75855d8cf1114cf2f8 (patch)
treeaf41b0817acffff6a570c4f3b3cf5f575bb056eb /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
parent670ee0e941574e9fe0187b3562bb4f041ee2e7d6 (diff)
downloadbcm5719-llvm-e34116750fbb147ecd579a75855d8cf1114cf2f8.tar.gz
bcm5719-llvm-e34116750fbb147ecd579a75855d8cf1114cf2f8.zip
Fix name of variable in comment.
llvm-svn: 193373
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index a5eb3ad3853..6ffcb7a401b 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -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;
OpenPOWER on IntegriCloud