1
0
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:
Devang Patel 2010-01-15 22:08:16 +00:00
parent bdd9890c7d
commit dfde8cf532

View File

@ -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.