Add a non-const subtarget returning function to the target machine
authorEric Christopher <echristo@gmail.com>
Fri, 1 Aug 2014 21:18:01 +0000 (21:18 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 1 Aug 2014 21:18:01 +0000 (21:18 +0000)
commit6c05d9135f13021622504d57309a559a60e8ae62
tree292ba5c1c0954951b0bb17141c7140ac04944d31
parent908d809b81dc0394b37ee4f2a407701f1e8d0945
Add a non-const subtarget returning function to the target machine
so that we can use it to get the old-style JIT out of the subtarget.

This code should be removed when the old-style JIT is removed
(imminently).

llvm-svn: 214560
llvm/include/llvm/Target/TargetMachine.h
llvm/lib/Target/ARM/ARMTargetMachine.h
llvm/lib/Target/Mips/MipsTargetMachine.h
llvm/lib/Target/PowerPC/PPCTargetMachine.h
llvm/lib/Target/Sparc/SparcTargetMachine.h
llvm/lib/Target/X86/X86TargetMachine.h