mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Update comment from a recent commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208057 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -224,8 +224,8 @@ private:
|
|||||||
private:
|
private:
|
||||||
const MachineFunction *MF;
|
const MachineFunction *MF;
|
||||||
|
|
||||||
/// LexicalScopeMap - Tracks the scopes in the current function. Owns the
|
/// LexicalScopeMap - Tracks the scopes in the current function.
|
||||||
/// contained LexicalScope*s.
|
// Use an unordered_map to ensure value pointer validity over insertion.
|
||||||
std::unordered_map<const MDNode *, LexicalScope> LexicalScopeMap;
|
std::unordered_map<const MDNode *, LexicalScope> LexicalScopeMap;
|
||||||
|
|
||||||
/// InlinedLexicalScopeMap - Tracks inlined function scopes in current
|
/// InlinedLexicalScopeMap - Tracks inlined function scopes in current
|
||||||
@@ -233,7 +233,7 @@ private:
|
|||||||
DenseMap<DebugLoc, LexicalScope *> InlinedLexicalScopeMap;
|
DenseMap<DebugLoc, LexicalScope *> InlinedLexicalScopeMap;
|
||||||
|
|
||||||
/// AbstractScopeMap - These scopes are not included LexicalScopeMap.
|
/// AbstractScopeMap - These scopes are not included LexicalScopeMap.
|
||||||
/// AbstractScopes owns its LexicalScope*s.
|
// Use an unordered_map to ensure value pointer validity over insertion.
|
||||||
std::unordered_map<const MDNode *, LexicalScope> AbstractScopeMap;
|
std::unordered_map<const MDNode *, LexicalScope> AbstractScopeMap;
|
||||||
|
|
||||||
/// AbstractScopesList - Tracks abstract scopes constructed while processing
|
/// AbstractScopesList - Tracks abstract scopes constructed while processing
|
||||||
|
Reference in New Issue
Block a user