[llvm] r196633 - R600: Remove orphaned declarations

Vincent Lejeune vljn at ovi.com
Fri Dec 6 17:49:10 PST 2013


Author: vljn
Date: Fri Dec  6 19:49:10 2013
New Revision: 196633

URL: http://llvm.org/viewvc/llvm-project?rev=196633&view=rev
Log:
R600: Remove orphaned declarations

Modified:
    llvm/trunk/lib/Target/R600/R600ExpandSpecialInstrs.cpp

Modified: llvm/trunk/lib/Target/R600/R600ExpandSpecialInstrs.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/R600ExpandSpecialInstrs.cpp?rev=196633&r1=196632&r2=196633&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/R600ExpandSpecialInstrs.cpp (original)
+++ llvm/trunk/lib/Target/R600/R600ExpandSpecialInstrs.cpp Fri Dec  6 19:49:10 2013
@@ -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) { }





More information about the llvm-commits mailing list