Remove #if 0 declarations.

llvm-svn: 196067
This commit is contained in:
Rafael Espindola 2013-12-02 05:24:28 +00:00
parent 53c2b1ea59
commit 8473259602
1 changed files with 0 additions and 8 deletions

View File

@ -136,10 +136,6 @@ namespace llvm {
void printPredicateOperand(const MachineInstr *MI, unsigned OpNo, void printPredicateOperand(const MachineInstr *MI, unsigned OpNo,
raw_ostream &O); raw_ostream &O);
#if 0
void printModuleLevelGV(const GlobalVariable* GVar, raw_ostream &O);
#endif
void printAddrModeBasePlusOffset(const MachineInstr *MI, int OpNo, void printAddrModeBasePlusOffset(const MachineInstr *MI, int OpNo,
raw_ostream &O); raw_ostream &O);
@ -148,10 +144,6 @@ namespace llvm {
void printConstantPool(const MachineInstr *MI, int OpNo, raw_ostream &O); void printConstantPool(const MachineInstr *MI, int OpNo, raw_ostream &O);
static const char *getRegisterName(unsigned RegNo); static const char *getRegisterName(unsigned RegNo);
#if 0
void EmitStartOfAsmFile(Module &M);
#endif
}; };
} // end of llvm namespace } // end of llvm namespace