remove a bunch of unused private methods
[oota-llvm.git] / utils / TableGen / CodeEmitterGen.cpp
index c28b97e0420e8a58158a34a966814a5b8d5ad09c..4d0c0ca8e7019a82e2ade70369492d44d5023b22 100644 (file)
@@ -41,8 +41,6 @@ public:
 
   void run(raw_ostream &o);
 private:
-  void emitMachineOpEmitter(raw_ostream &o, const std::string &Namespace);
-  void emitGetValueBit(raw_ostream &o, const std::string &Namespace);
   int getVariableBit(const std::string &VarName, BitsInit *BI, int bit);
   std::string getInstructionCase(Record *R, CodeGenTarget &Target);
   void AddCodeToMergeInOperand(Record *R, BitsInit *BI,