R600: Remove orphaned declarations
authorVincent Lejeune <vljn@ovi.com>
Sat, 7 Dec 2013 01:49:10 +0000 (01:49 +0000)
committerVincent Lejeune <vljn@ovi.com>
Sat, 7 Dec 2013 01:49:10 +0000 (01:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196633 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/R600ExpandSpecialInstrs.cpp

index aeee4aa89562353ca8cb60c226ca9c3d81b74804..f48edcdf548171ac318846a76bdd05553c2a01fe 100644 (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) { }