remove a bunch of unused private methods
[oota-llvm.git] / lib / Target / PowerPC / PPCFastISel.cpp
index 48a3b567d693d971b8c44829e5142752e3d4a1a6..4753160e0913c3e2f0a73bd5ed7522729060274c 100644 (file)
@@ -127,7 +127,6 @@ class PPCFastISel final : public FastISel {
     bool SelectStore(const Instruction *I);
     bool SelectBranch(const Instruction *I);
     bool SelectIndirectBr(const Instruction *I);
-    bool SelectCmp(const Instruction *I);
     bool SelectFPExt(const Instruction *I);
     bool SelectFPTrunc(const Instruction *I);
     bool SelectIToFP(const Instruction *I, bool IsSigned);