diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-10-31 19:56:03 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-10-31 19:56:03 +0000 |
commit | 83bf3de1348f70cc9982446942358a0834af1cf6 (patch) | |
tree | 817365034f3bbe5267ded144b421f18b63b579f6 /llvm/lib/Target/ARM/ARMJITInfo.h | |
parent | 20dbb3bcad3c32330290abef066e1e1465fd2a3f (diff) | |
download | bcm5719-llvm-83bf3de1348f70cc9982446942358a0834af1cf6.tar.gz bcm5719-llvm-83bf3de1348f70cc9982446942358a0834af1cf6.zip |
Add comment.
llvm-svn: 58533
Diffstat (limited to 'llvm/lib/Target/ARM/ARMJITInfo.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMJITInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMJITInfo.h b/llvm/lib/Target/ARM/ARMJITInfo.h index 5f0ee8d9f26..cdcd1ad1d64 100644 --- a/llvm/lib/Target/ARM/ARMJITInfo.h +++ b/llvm/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); } |