forked from OSchip/llvm-project
parent
e0232ec706
commit
37dc4b5bb3
|
@ -107,7 +107,7 @@ namespace llvm {
|
||||||
|
|
||||||
virtual intptr_t getConstantPoolEntryAddress(unsigned Index) const {
|
virtual intptr_t getConstantPoolEntryAddress(unsigned Index) const {
|
||||||
assert(CPLocations.size() > Index && "CP not emitted!");
|
assert(CPLocations.size() > Index && "CP not emitted!");
|
||||||
return CPLocations[Index];\
|
return CPLocations[Index];
|
||||||
}
|
}
|
||||||
virtual intptr_t getJumpTableEntryAddress(unsigned Index) const {
|
virtual intptr_t getJumpTableEntryAddress(unsigned Index) const {
|
||||||
assert(JTLocations.size() > Index && "JT not emitted!");
|
assert(JTLocations.size() > Index && "JT not emitted!");
|
||||||
|
|
Loading…
Reference in New Issue