Add a FIXME comment.
llvm-svn: 112083
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user