mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-21 12:38:45 +00:00
Add FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5cd8770412
commit
167207a99b
@ -165,6 +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.
|
||||||
WeakVH 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user