mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-04 15:46:07 +00:00
No need to use WeakVH here.
llvm-svn: 93631
This commit is contained in:
parent
c0e17df3ce
commit
814b7e7488
@ -165,8 +165,7 @@ public:
|
|||||||
class DbgScope {
|
class DbgScope {
|
||||||
DbgScope *Parent; // Parent to this scope.
|
DbgScope *Parent; // Parent to this scope.
|
||||||
DIDescriptor Desc; // Debug info descriptor for scope.
|
DIDescriptor Desc; // Debug info descriptor for scope.
|
||||||
// FIXME : Use of WeakVH may be expensive here.
|
MDNode * InlinedAtLocation; // Location at which scope is inlined.
|
||||||
WeakVH InlinedAtLocation; // Location at which scope is inlined.
|
|
||||||
bool AbstractScope; // Abstract Scope
|
bool AbstractScope; // Abstract Scope
|
||||||
unsigned StartLabelID; // Label ID of the beginning of scope.
|
unsigned StartLabelID; // Label ID of the beginning of scope.
|
||||||
unsigned EndLabelID; // Label ID of the end of scope.
|
unsigned EndLabelID; // Label ID of the end of scope.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user