Do not include multiple -arch options in CPPFLAGS.
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 731e31cc746ead7aa5e01a1aae23bc96c5ea91e7..9719b202faab57f37e330813227b9d6f4627a7d4 100644 (file)
@@ -37,8 +37,6 @@ namespace llvm {
 private:
     void EmitPrintInstruction(raw_ostream &o);
     void EmitGetRegisterName(raw_ostream &o);
-    void EmitGetInstructionName(raw_ostream &o);
-    void EmitRegIsInRegClass(raw_ostream &O);
     void EmitPrintAliasInstruction(raw_ostream &O);
     
     AsmWriterInst *getAsmWriterInstByID(unsigned ID) const {