Преглед изворни кода

Test commit.
As per the LLVM Developer Policy under "Obtainiing Commit Access".



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323754 91177308-0d34-0410-b5e6-96231b3b80d8

Brock Wyma пре 7 година
родитељ
комит
d556d2669b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      lib/CodeGen/AsmPrinter/CodeViewDebug.cpp

+ 2 - 2
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp

@@ -823,8 +823,8 @@ void CodeViewDebug::switchToDebugSectionForSymbol(const MCSymbol *GVSym) {
 
 void CodeViewDebug::emitDebugInfoForFunction(const Function *GV,
                                              FunctionInfo &FI) {
-  // For each function there is a separate subsection
-  // which holds the PC to file:line table.
+  // For each function there is a separate subsection which holds the PC to
+  // file:line table.
   const MCSymbol *Fn = Asm->getSymbol(GV);
   assert(Fn);