mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove #if 0 declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196067 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79a1166b13
commit
0619f0b345
@ -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…
Reference in New Issue
Block a user