mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
No need to use WeakVH here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b61f5816e
commit
a27f6e4e20
@ -165,8 +165,7 @@ public:
|
||||
class DbgScope {
|
||||
DbgScope *Parent; // Parent to this scope.
|
||||
DIDescriptor Desc; // Debug info descriptor for scope.
|
||||
// FIXME : Use of WeakVH may be expensive here.
|
||||
WeakVH InlinedAtLocation; // Location at which scope is inlined.
|
||||
MDNode * InlinedAtLocation; // Location at which scope is inlined.
|
||||
bool AbstractScope; // Abstract Scope
|
||||
unsigned StartLabelID; // Label ID of the beginning of scope.
|
||||
unsigned EndLabelID; // Label ID of the end of scope.
|
||||
|
Loading…
Reference in New Issue
Block a user