Remove target machine caching from SystemZInstrInfo and
authorEric Christopher <echristo@gmail.com>
Fri, 27 Jun 2014 07:01:17 +0000 (07:01 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 27 Jun 2014 07:01:17 +0000 (07:01 +0000)
commit673b3afacd2539bc7a88ebfcf8060d92c09170c9
treea55deaafcf24c6cb0c25b428f20c298ae860283d
parent80effa415c1faf38324fbad9604535b0be4f9a3e
Remove target machine caching from SystemZInstrInfo and
SystemZRegisterInfo and replace it with the subtarget as that's
all they needed in the first place. Update all uses and calls
accordingly.

llvm-svn: 211877
llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
llvm/lib/Target/SystemZ/SystemZInstrInfo.h
llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp