diff options
author | Jakub Staszak <kubastaszak@gmail.com> | 2013-06-06 17:52:45 +0000 |
---|---|---|
committer | Jakub Staszak <kubastaszak@gmail.com> | 2013-06-06 17:52:45 +0000 |
commit | 239f8a4e116b2ce5b340ed1401c084a8bfed86f8 (patch) | |
tree | 44c32fe42052f3ce6d9b9fff91cc7ef8dbdcad67 /utils/TableGen/RegisterInfoEmitter.cpp | |
parent | e022a6b0f45184726afe0aa48ef04a9af3e94b62 (diff) | |
download | external_llvm-239f8a4e116b2ce5b340ed1401c084a8bfed86f8.zip external_llvm-239f8a4e116b2ce5b340ed1401c084a8bfed86f8.tar.gz external_llvm-239f8a4e116b2ce5b340ed1401c084a8bfed86f8.tar.bz2 |
Remove unimplemented definition. Found using [-Wunused-member-function].
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183426 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/RegisterInfoEmitter.cpp')
-rw-r--r-- | utils/TableGen/RegisterInfoEmitter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/TableGen/RegisterInfoEmitter.cpp b/utils/TableGen/RegisterInfoEmitter.cpp index 1a6cc3a..2a337f0 100644 --- a/utils/TableGen/RegisterInfoEmitter.cpp +++ b/utils/TableGen/RegisterInfoEmitter.cpp @@ -58,8 +58,6 @@ private: void EmitRegMappingTables(raw_ostream &o, const std::vector<CodeGenRegister*> &Regs, bool isCtor); - void EmitRegClasses(raw_ostream &OS, CodeGenTarget &Target); - void EmitRegUnitPressure(raw_ostream &OS, const CodeGenRegBank &RegBank, const std::string &ClassName); void emitComposeSubRegIndices(raw_ostream &OS, CodeGenRegBank &RegBank, |