Remove unimplemented definition. Found using [-Wunused-member-function].

llvm-svn: 183426
This commit is contained in:
Jakub Staszak 2013-06-06 17:52:45 +00:00
parent 1b41330460
commit 8f58b730ab
1 changed files with 0 additions and 2 deletions

View File

@ -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,