mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove #if 0 declarations.
llvm-svn: 196067
This commit is contained in:
parent
299ef825a5
commit
b121e6ba41
@ -136,10 +136,6 @@ namespace llvm {
|
||||
void printPredicateOperand(const MachineInstr *MI, unsigned OpNo,
|
||||
raw_ostream &O);
|
||||
|
||||
#if 0
|
||||
void printModuleLevelGV(const GlobalVariable* GVar, raw_ostream &O);
|
||||
#endif
|
||||
|
||||
void printAddrModeBasePlusOffset(const MachineInstr *MI, int OpNo,
|
||||
raw_ostream &O);
|
||||
|
||||
@ -148,10 +144,6 @@ namespace llvm {
|
||||
void printConstantPool(const MachineInstr *MI, int OpNo, raw_ostream &O);
|
||||
|
||||
static const char *getRegisterName(unsigned RegNo);
|
||||
|
||||
#if 0
|
||||
void EmitStartOfAsmFile(Module &M);
|
||||
#endif
|
||||
};
|
||||
|
||||
} // end of llvm namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user