diff options
author | Devang Patel <dpatel@apple.com> | 2010-01-15 22:08:16 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-01-15 22:08:16 +0000 |
commit | 167207a99b34dfc939489ca648a009b4aed13dfd (patch) | |
tree | 54492a9eb32893395d3ffda42b0658ba80148974 /lib/CodeGen | |
parent | 5cd8770412f98f6e6416c439e01222b3643b9e22 (diff) |
Add FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 15f37aec14..1043fa8235 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -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. |