forked from OSchip/llvm-project
parent
a3bed4bd37
commit
ae7e96062c
|
@ -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) { }
|
||||
|
|
Loading…
Reference in New Issue