Add comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2008-10-31 19:56:03 +00:00
parent 938b9d8ef7
commit 2583b2a713

View File

@ -56,6 +56,8 @@ namespace llvm {
/// pool address resolution is handled by the target.
virtual bool hasCustomConstantPool() const { return true; }
/// ResizeConstPoolMap - Resize constant pool ids to CONSTPOOL_ENTRY
/// addresses map.
void ResizeConstPoolMap(unsigned Size) {
ConstPoolId2AddrMap.resize(Size);
}