Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
authorEric Christopher <echristo@gmail.com>
Wed, 18 Mar 2015 20:37:36 +0000 (20:37 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 18 Mar 2015 20:37:36 +0000 (20:37 +0000)
commit6fcce7ee77d9e20645a0ea5973c66b6ae35c7d21
tree5567007a5a533493e3ffef5f552bb62b1dc6730f
parentd587f213ad971f5e35c6a61f7cf7f37426d3c9cc
Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
they can be used without a subtarget in constructing subtarget
independent passes.

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