forked from OSchip/llvm-project
Remove unimplemented definition. Found using [-Wunused-member-function].
llvm-svn: 183426
This commit is contained in:
parent
1b41330460
commit
8f58b730ab
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue