rename printPICJumpTableEntry -> EmitJumpTableEntry,
authorChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 05:10:10 +0000 (05:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 05:10:10 +0000 (05:10 +0000)
commit6bf1def1598f9c7a699ce4874e7d2575212b4232
treed47a980f7792463285e3471d7ecdb36e1365607e
parentc64daabb70a2e0cb115f78b0c1548e65c0d527ff
rename printPICJumpTableEntry -> EmitJumpTableEntry,
make it private and non-virtual.  It handles the non-pic
case too, so just use it, simplifying EmitJumpTableInfo.

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