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)
commitf9799dbe51e8a846f66ae167ffb5f92f8be38ef5
tree4ec24c905712c1e18f5a76a8d24a8f907de1900b
parentcf8b959e8d938d39c0899365d98426cdbd96ed93
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).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214560 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachine.h
lib/Target/ARM/ARMTargetMachine.h
lib/Target/Mips/MipsTargetMachine.h
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/X86/X86TargetMachine.h