mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Extract scope information from the variable itself, instead of relying on alloca or llvm.dbg.declare location.
While recording beginning of a function, use scope info from the first location entry instead of just relying on first location entry itself. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83684 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -556,7 +556,7 @@ public:
|
||||
bool ExtractScopeInformation(MachineFunction *MF);
|
||||
|
||||
/// CollectVariableInfo - Populate DbgScope entries with variables' info.
|
||||
bool CollectVariableInfo();
|
||||
void CollectVariableInfo();
|
||||
|
||||
/// SetDbgScopeBeginLabels - Update DbgScope begin labels for the scopes that
|
||||
/// start with this machine instruction.
|
||||
|
Reference in New Issue
Block a user