summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/AsmPrinter.h b/llvm/include/llvm/CodeGen/AsmPrinter.h
index 070261a4cfc..47201e2564e 100644
--- a/llvm/include/llvm/CodeGen/AsmPrinter.h
+++ b/llvm/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
OpenPOWER on IntegriCloud