[PATCH] D12786: Make AsmPrinter::EmitJumpTableInfo virtual

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 12:45:58 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL247604: Make AsmPrinter::EmitJumpTableInfo virtual (authored by djg).

Changed prior to commit:
  http://reviews.llvm.org/D12786?vs=34508&id=34724#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12786

Files:
  llvm/trunk/include/llvm/CodeGen/AsmPrinter.h

Index: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
===================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
+++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
@@ -236,7 +236,7 @@
   /// Print assembly representations of the jump tables used by the current
   /// function to the current output stream.
   ///
-  void EmitJumpTableInfo();
+  virtual void EmitJumpTableInfo();
 
   /// Emit the control variable for an emulated TLS variable.
   virtual void EmitEmulatedTLSControlVariable(const GlobalVariable *GV,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12786.34724.patch
Type: text/x-patch
Size: 572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150914/9c3bd308/attachment.bin>


More information about the llvm-commits mailing list