R600: Remove orphaned declarations

llvm-svn: 196633
This commit is contained in:
Vincent Lejeune 2013-12-07 01:49:10 +00:00
parent a3bed4bd37
commit ae7e96062c
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ private:
static char ID;
const R600InstrInfo *TII;
bool ExpandInputPerspective(MachineInstr& MI);
bool ExpandInputConstant(MachineInstr& MI);
public:
R600ExpandSpecialInstrsPass(TargetMachine &tm) : MachineFunctionPass(ID),
TII(0) { }