mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9aca75c4f8
commit
14a1a6b018
@ -253,15 +253,6 @@ ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s,
|
||||
return new ARMConstantPoolSymbol(C, s, ID, PCAdj, ARMCP::no_modifier, false);
|
||||
}
|
||||
|
||||
ARMConstantPoolSymbol *
|
||||
ARMConstantPoolSymbol::Create(LLVMContext &C, const char *s,
|
||||
unsigned ID, unsigned char PCAdj,
|
||||
ARMCP::ARMCPModifier Modifier,
|
||||
bool AddCurrentAddress) {
|
||||
return new ARMConstantPoolSymbol(C, s, ID, PCAdj, Modifier,
|
||||
AddCurrentAddress);
|
||||
}
|
||||
|
||||
static bool CPV_streq(const char *S1, const char *S2) {
|
||||
if (S1 == S2)
|
||||
return true;
|
||||
|
@ -178,11 +178,6 @@ public:
|
||||
static ARMConstantPoolSymbol *Create(LLVMContext &C, const char *s,
|
||||
unsigned ID, unsigned char PCAdj);
|
||||
|
||||
static ARMConstantPoolSymbol *Create(LLVMContext &C, const char *s,
|
||||
unsigned ID, unsigned char PCAdj,
|
||||
ARMCP::ARMCPModifier Modifier,
|
||||
bool AddCurrentAddress);
|
||||
|
||||
const char *getSymbol() const { return S; }
|
||||
|
||||
virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
||||
|
Loading…
x
Reference in New Issue
Block a user