diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-25 20:23:38 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-25 20:23:38 +0000 |
commit | 064ff3e4356584b793b4738f02b9fa6b1d863d76 (patch) | |
tree | f8febc59109117f5f90a5c5efbf51b641730287f /lib/Bitcode | |
parent | 698138384e94bf315b4bc67481400ffab65e5f93 (diff) |
Add a FIXME comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode')
-rw-r--r-- | lib/Bitcode/Reader/BitcodeReader.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Bitcode/Reader/BitcodeReader.cpp b/lib/Bitcode/Reader/BitcodeReader.cpp index 0d961c3ab9..fd7fe90f3f 100644 --- a/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/lib/Bitcode/Reader/BitcodeReader.cpp @@ -2333,6 +2333,9 @@ bool BitcodeReader::ParseFunctionBody(Function *F) { } } + // FIXME: Check for unresolved forward-declared metadata references + // and clean up leaks. + // See if anything took the address of blocks in this function. If so, // resolve them now. DenseMap<Function*, std::vector<BlockAddrRefTy> >::iterator BAFRI = |