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)
commitd802a47f96dad4775f87f0764f09776ac9b603c2
tree75490803e020ac9ad77372ff7ea83910aad3ab75
parentc39212a2fc6bb5cdd425c848944e027b0f3b8700
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@232775 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachine.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/Target/TargetMachine.cpp