Add a FIXME comment.

llvm-svn: 112083
This commit is contained in:
Dan Gohman
2010-08-25 20:23:38 +00:00
parent 26d837d086
commit 9b9ff467db

View 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 =