diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-23 00:43:12 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-23 00:43:12 +0000 |
commit | b45cfead07d9f0143970d24f5c8a0c4f232b8163 (patch) | |
tree | b306709195acee624f0cde65a82555acaaa598ab /lib/CodeGen/CGDebugInfo.cpp | |
parent | fdc5d565b30bd2009ec98aac4b5846a740aff767 (diff) |
Add a quick TODO.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 4fad9f63b5..d1dbe41dab 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -345,6 +345,7 @@ llvm::DIType CGDebugInfo::CreateType(const BuiltinType *BT) { // Class isa; // } *id; + // TODO: Cache these two types to avoid duplicates. llvm::DIType OCTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type, "objc_class", getOrCreateMainFile(), |