diff options
author | Eric Christopher <echristo@gmail.com> | 2013-04-24 12:56:18 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-04-24 12:56:18 +0000 |
commit | 4eb5eb5bc85fa5574a42f5e1750d3dcb2652f5c2 (patch) | |
tree | 27d32b6e45eedb83ddb2818ef2bd9035b6e91053 /llvm | |
parent | 3fbee010c6b55fda1e34b424e331e418c96e917f (diff) | |
download | bcm5719-llvm-4eb5eb5bc85fa5574a42f5e1750d3dcb2652f5c2.tar.gz bcm5719-llvm-4eb5eb5bc85fa5574a42f5e1750d3dcb2652f5c2.zip |
Formatting.
llvm-svn: 180186
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index f3303e366ff..270a10ad37a 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -821,7 +821,7 @@ void DwarfDebug::beginModule() { // If we're splitting the dwarf out now that we've got the entire // CU then construct a skeleton CU based upon it. if (useSplitDwarf()) { - // This should be a unique identifier when we want to build .dwp files. + // This should be a unique identifier when we want to build .dwp files. CU->addUInt(CU->getCUDie(), dwarf::DW_AT_GNU_dwo_id, dwarf::DW_FORM_data8, 0); // Now construct the skeleton CU associated. |