mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Add FIXME.
llvm-svn: 93562
This commit is contained in:
parent
bdd9890c7d
commit
dfde8cf532
@ -165,6 +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.
|
||||
bool AbstractScope; // Abstract Scope
|
||||
unsigned StartLabelID; // Label ID of the beginning of scope.
|
||||
|
Loading…
Reference in New Issue
Block a user