From: Vincent Lejeune Date: Sat, 7 Dec 2013 01:49:10 +0000 (+0000) Subject: R600: Remove orphaned declarations X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7c8fbdac728f104981880783cfb1857796b5e1a2;p=oota-llvm.git R600: Remove orphaned declarations git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196633 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/R600ExpandSpecialInstrs.cpp b/lib/Target/R600/R600ExpandSpecialInstrs.cpp index aeee4aa8956..f48edcdf548 100644 --- a/lib/Target/R600/R600ExpandSpecialInstrs.cpp +++ b/lib/Target/R600/R600ExpandSpecialInstrs.cpp @@ -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) { }