commit | 7de9f7a2205f7e5041a4ecc8fdae8d6961be68ca | [log] [tgz] |
---|---|---|
author | Dan Gohman <dan433584@gmail.com> | Mon Sep 14 19:44:29 2015 +0000 |
committer | Dan Gohman <dan433584@gmail.com> | Mon Sep 14 19:44:29 2015 +0000 |
tree | 7c79b5376d6cb8c5a13b2e3aa5372a59fffeb229 | |
parent | 5ab5648165f4a41b7274c18ad62406b12b2119c6 [diff] |
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