mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
Add a FIXME comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
698138384e
commit
064ff3e435
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user