mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-17 15:38:40 +00:00
Restore a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70900 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cffb5284f1
commit
28f1412c97
@ -3262,6 +3262,8 @@ public:
|
|||||||
// Assumes in correct section after the entry point.
|
// Assumes in correct section after the entry point.
|
||||||
EmitLabel("func_begin", ++SubprogramCount);
|
EmitLabel("func_begin", ++SubprogramCount);
|
||||||
|
|
||||||
|
// Emit label for the implicitly defined dbg.stoppoint at the start of
|
||||||
|
// the function.
|
||||||
DebugLoc FDL = MF->getDefaultDebugLoc();
|
DebugLoc FDL = MF->getDefaultDebugLoc();
|
||||||
if (!FDL.isUnknown()) {
|
if (!FDL.isUnknown()) {
|
||||||
DebugLocTuple DLT = MF->getDebugLocTuple(FDL);
|
DebugLocTuple DLT = MF->getDebugLocTuple(FDL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user