summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-01-15 22:08:16 +0000
committerDevang Patel <dpatel@apple.com>2010-01-15 22:08:16 +0000
commit0633820599a39b0a138da2ec7c31db0429cc1cea (patch)
treee1542b40f9ee688af0822719e3a2bf462f62db8b
parentc58d05bcf92c41e6c04fcd4528cfba2f4cc0c5c8 (diff)
downloadbcm5719-llvm-0633820599a39b0a138da2ec7c31db0429cc1cea.tar.gz
bcm5719-llvm-0633820599a39b0a138da2ec7c31db0429cc1cea.zip
Add FIXME.
llvm-svn: 93562
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 15f37aec148..1043fa82359 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud