Add missing newlines at EOF (for clang++).
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.h
index 75e69964ef89eeb10533f28cf6b745968d5e869b..7862caa25a8a03471faafa1ae348ff6543bccb67 100644 (file)
@@ -35,6 +35,9 @@ namespace llvm {
     void run(raw_ostream &o);
 
 private:
+    void EmitPrintInstruction(raw_ostream &o);
+    void EmitGetRegisterName(raw_ostream &o);
+    
     AsmWriterInst *getAsmWriterInstByID(unsigned ID) const {
       assert(ID < NumberedInstructions.size());
       std::map<const CodeGenInstruction*, AsmWriterInst*>::const_iterator I =