summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMJITInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-10-31 19:56:03 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-10-31 19:56:03 +0000
commit2583b2a713c2f1cd491805a03b6bf2e95dd2fdee (patch)
tree844e8b87e1f20aa599daf9daab48c36045ac32ab /lib/Target/ARM/ARMJITInfo.h
parent938b9d8ef78e83926437f8a331dd1e7645e28e4e (diff)
downloadllvm-2583b2a713c2f1cd491805a03b6bf2e95dd2fdee.tar.gz
llvm-2583b2a713c2f1cd491805a03b6bf2e95dd2fdee.tar.bz2
llvm-2583b2a713c2f1cd491805a03b6bf2e95dd2fdee.tar.xz
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMJITInfo.h')
-rw-r--r--lib/Target/ARM/ARMJITInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMJITInfo.h b/lib/Target/ARM/ARMJITInfo.h
index 5f0ee8d9f2..cdcd1ad1d6 100644
--- a/lib/Target/ARM/ARMJITInfo.h
+++ b/lib/Target/ARM/ARMJITInfo.h
@@ -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);
}