From: Jakub Staszak Date: Thu, 6 Jun 2013 17:52:45 +0000 (+0000) Subject: Remove unimplemented definition. Found using [-Wunused-member-function]. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=239f8a4e116b2ce5b340ed1401c084a8bfed86f8;p=oota-llvm.git 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 --- diff --git a/utils/TableGen/RegisterInfoEmitter.cpp b/utils/TableGen/RegisterInfoEmitter.cpp index 1a6cc3a01c2..2a337f0dbe0 100644 --- a/utils/TableGen/RegisterInfoEmitter.cpp +++ b/utils/TableGen/RegisterInfoEmitter.cpp @@ -58,8 +58,6 @@ private: void EmitRegMappingTables(raw_ostream &o, const std::vector &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,