OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
938b9d8
)
Add comment.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 31 Oct 2008 19:56:03 +0000
(19:56 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 31 Oct 2008 19:56:03 +0000
(19:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58533
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMJITInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMJITInfo.h
b/lib/Target/ARM/ARMJITInfo.h
index
5f0ee8d
..
cdcd1ad
100644
(file)
--- 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);
}