summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-12-11 19:42:09 +0000
committerEric Christopher <echristo@gmail.com>2012-12-11 19:42:09 +0000
commitd692c1dbb7d1d2faf24fd8a019ea2af09d2fbb89 (patch)
tree8980b4df669ede3d8e39a7c5031b5009d4bc6e05 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parente266efb70bfdd0c546a83455ce54372360712545 (diff)
downloadbcm5719-llvm-d692c1dbb7d1d2faf24fd8a019ea2af09d2fbb89.tar.gz
bcm5719-llvm-d692c1dbb7d1d2faf24fd8a019ea2af09d2fbb89.zip
Update some comments.
llvm-svn: 169907
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 9ddefee8e70..c03915aad12 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -358,12 +358,12 @@ class DwarfDebug {
bool HasDwarfAccelTables;
bool HasSplitDwarf;
- // Fission Variables
+ // Separated Dwarf Variables
// In general these will all be for bits that are left in the
// original object file, rather than things that are meant
// to be in the .dwo sections.
- // The CU left in the original object file for Fission debug info.
+ // The CU left in the original object file for separated debug info.
CompileUnit *SkeletonCU;
DwarfUnits SkeletonHolder;
OpenPOWER on IntegriCloud