mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
Nuke a FIXME. No need to be fancier here, as ARM handles constant pools
locations and formatting specially. rdar://7353441 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120343 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
424a04ec4e
commit
cd3c7cb915
@ -96,11 +96,7 @@ public:
|
|||||||
bool isBlockAddress() { return Kind == ARMCP::CPBlockAddress; }
|
bool isBlockAddress() { return Kind == ARMCP::CPBlockAddress; }
|
||||||
bool isLSDA() { return Kind == ARMCP::CPLSDA; }
|
bool isLSDA() { return Kind == ARMCP::CPLSDA; }
|
||||||
|
|
||||||
virtual unsigned getRelocationInfo() const {
|
virtual unsigned getRelocationInfo() const { return 2; }
|
||||||
// FIXME: This is conservatively claiming that these entries require a
|
|
||||||
// relocation, we may be able to do better than this.
|
|
||||||
return 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
||||||
unsigned Alignment);
|
unsigned Alignment);
|
||||||
|
Loading…
Reference in New Issue
Block a user