[llvm] r323754 - Test commit.

Brock Wyma via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 05:16:50 PST 2018


Author: bwyma
Date: Tue Jan 30 05:16:50 2018
New Revision: 323754

URL: http://llvm.org/viewvc/llvm-project?rev=323754&view=rev
Log:
Test commit.
As per the LLVM Developer Policy under "Obtainiing Commit Access".


Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp?rev=323754&r1=323753&r2=323754&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp Tue Jan 30 05:16:50 2018
@@ -823,8 +823,8 @@ void CodeViewDebug::switchToDebugSection
 
 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);
 




More information about the llvm-commits mailing list