make jit jump table emission be based on the EntryKind instead of magic variables.
authorChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 03:47:15 +0000 (03:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 26 Jan 2010 03:47:15 +0000 (03:47 +0000)
commit13af11acbf23664d61f73ddac54bc05a9733c051
treef600107324ad96d4c054071ba804521ef3eb2e97
parentff537cec2e7ee34d6879de0c8a39a3c65f6ab003
make jit jump table emission be based on the EntryKind instead of magic variables.
JITInfo::getPICJumpTableEntry can probably be removed now, but I don't plan to do
this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94501 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp