mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
938b9d8ef7
commit
2583b2a713
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user