mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-18 06:38:41 +00:00
CodeGen: drive-by formatting clean ups
Minor tweaks to whitespace formatting that I noticed was off. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f0f3d61a2f
commit
802805d352
@ -1223,11 +1223,11 @@ void DwarfDebug::beginFunction(const MachineFunction *MF) {
|
|||||||
if (!PrologEndLoc.isUnknown()) {
|
if (!PrologEndLoc.isUnknown()) {
|
||||||
DebugLoc FnStartDL =
|
DebugLoc FnStartDL =
|
||||||
PrologEndLoc.getFnDebugLoc(MF->getFunction()->getContext());
|
PrologEndLoc.getFnDebugLoc(MF->getFunction()->getContext());
|
||||||
recordSourceLine(
|
|
||||||
FnStartDL.getLine(), FnStartDL.getCol(),
|
|
||||||
FnStartDL.getScope(MF->getFunction()->getContext()),
|
|
||||||
// We'd like to list the prologue as "not statements" but GDB behaves
|
// We'd like to list the prologue as "not statements" but GDB behaves
|
||||||
// poorly if we do that. Revisit this with caution/GDB (7.5+) testing.
|
// poorly if we do that. Revisit this with caution/GDB (7.5+) testing.
|
||||||
|
recordSourceLine(FnStartDL.getLine(), FnStartDL.getCol(),
|
||||||
|
FnStartDL.getScope(MF->getFunction()->getContext()),
|
||||||
DWARF2_FLAG_IS_STMT);
|
DWARF2_FLAG_IS_STMT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user