diff options
author | Brock Wyma <brock.wyma@intel.com> | 2018-01-30 13:16:50 +0000 |
---|---|---|
committer | Brock Wyma <brock.wyma@intel.com> | 2018-01-30 13:16:50 +0000 |
commit | 31cc1ebbc60309e1f6af392c07960054dc1d39c5 (patch) | |
tree | 0e5350c6305e52225947840ab7fb915a85287942 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | c561a6a920dbf0a53203fafcc6e0c470c840c41a (diff) | |
download | bcm5719-llvm-31cc1ebbc60309e1f6af392c07960054dc1d39c5.tar.gz bcm5719-llvm-31cc1ebbc60309e1f6af392c07960054dc1d39c5.zip |
Test commit.
As per the LLVM Developer Policy under "Obtainiing Commit Access".
llvm-svn: 323754
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp index bee4d119300..e616b6341c5 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp +++ b/llvm/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); |