diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 070261a4cfc..47201e2564e 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -502,7 +502,7 @@ private: mutable unsigned Counter; /// This method emits the header for the current function. - void EmitFunctionHeader(); + virtual void EmitFunctionHeader(); /// Emit a blob of inline asm to the output streamer. void