mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Add explanatory comment.
llvm-svn: 204103
This commit is contained in:
parent
81af357a6f
commit
4614b6ba2a
@ -1416,6 +1416,8 @@ void DwarfDebug::beginFunction(const MachineFunction *MF) {
|
|||||||
// then we're not going to be able to do anything.
|
// then we're not going to be able to do anything.
|
||||||
LScopes.initialize(*MF);
|
LScopes.initialize(*MF);
|
||||||
if (LScopes.empty()) {
|
if (LScopes.empty()) {
|
||||||
|
// If we don't have a lexical scope for this function then there will
|
||||||
|
// be a hole in the range information. Keep note of this.
|
||||||
UsedNonDefaultText = true;
|
UsedNonDefaultText = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user