[llvm] r180186 - Formatting.
Eric Christopher
echristo at gmail.com
Wed Apr 24 05:56:18 PDT 2013
Author: echristo
Date: Wed Apr 24 07:56:18 2013
New Revision: 180186
URL: http://llvm.org/viewvc/llvm-project?rev=180186&view=rev
Log:
Formatting.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=180186&r1=180185&r2=180186&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Wed Apr 24 07:56:18 2013
@@ -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.
More information about the llvm-commits
mailing list