diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-10-01 09:05:12 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-10-01 09:05:12 +0000 |
commit | 14a1a6b018c87bcf75cf5b430623d573fbed8905 (patch) | |
tree | e9bd39c91a8854d69807ada7244ef799be7f6795 /lib/Target/ARM/ARMConstantPoolValue.h | |
parent | 9aca75c4f8249abf8ba2e558bbd1ae7cdfc6b81f (diff) |
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMConstantPoolValue.h')
-rw-r--r-- | lib/Target/ARM/ARMConstantPoolValue.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/ARM/ARMConstantPoolValue.h b/lib/Target/ARM/ARMConstantPoolValue.h index 718ec1828b..4548d25671 100644 --- a/lib/Target/ARM/ARMConstantPoolValue.h +++ b/lib/Target/ARM/ARMConstantPoolValue.h @@ -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, |