Make AsmPrinter::EmitJumpTableInfo virtual
authorDan Gohman <dan433584@gmail.com>
Mon, 14 Sep 2015 19:44:29 +0000 (19:44 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 14 Sep 2015 19:44:29 +0000 (19:44 +0000)
commit7de9f7a2205f7e5041a4ecc8fdae8d6961be68ca
tree7c79b5376d6cb8c5a13b2e3aa5372a59fffeb229
parent5ab5648165f4a41b7274c18ad62406b12b2119c6
Make AsmPrinter::EmitJumpTableInfo virtual

Targets that have non-traditional jump table mechanisms may need to do
something substantially different for jump tables than what
AsmPrinter::EmitJumpTableInfo does. This patch makes that function
virtual so that targets can override it.

Differential Revision:   http://reviews.llvm.org/D12786

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247604 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h