Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
authorEric Christopher <echristo@gmail.com>
Thu, 19 Mar 2015 22:36:32 +0000 (22:36 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 19 Mar 2015 22:36:32 +0000 (22:36 +0000)
commit72e23a219c7b612399f99bf28ee58a81077618c5
tree975d2ebbbb46c366d02c259a1a3aec2b7d68c9dd
parentc759fe90bc19fe408f58b106626b32b790b3de5e
Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that
they can be used without a subtarget in constructing subtarget
independent passes.

llvm-svn: 232775
llvm/include/llvm/Target/TargetMachine.h
llvm/lib/CodeGen/LLVMTargetMachine.cpp
llvm/lib/Target/TargetMachine.cpp