Add CodeEmitter and JITInfo stubs. Dump the old
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 23 Jan 2004 06:35:43 +0000 (06:35 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 23 Jan 2004 06:35:43 +0000 (06:35 +0000)
commit7b0cd6d6cb2a3674156df2a1d388a9e3332b5b3e
tree9523078b47b866d64269e5e5e58cb044a2d2c328
parent091f7760810061bafb8b284bdb30403cf68bfc3a
Add CodeEmitter and JITInfo stubs. Dump the old
PowerPCTargetMachine::addPassesToJITCompile() method, in favor of the
TargetJITInfo interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10971 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PowerPCJITInfo.h [new file with mode: 0644]
lib/Target/PowerPC/PowerPCTargetMachine.cpp