|
@@ -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);
|
|
|
|