Add a FIXME comment.
authorDan Gohman <gohman@apple.com>
Wed, 25 Aug 2010 20:23:38 +0000 (20:23 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 25 Aug 2010 20:23:38 +0000 (20:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112083 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bitcode/Reader/BitcodeReader.cpp

index 0d961c3ab91d174d00d3bfdc1f961c801ae04a4f..fd7fe90f3fa34c825adb5650e9a95dac16659e3b 100644 (file)
@@ -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 =