Don't cache the instruction info and register info objects.
authorBill Wendling <isanbard@gmail.com>
Fri, 7 Jun 2013 05:00:11 +0000 (05:00 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 7 Jun 2013 05:00:11 +0000 (05:00 +0000)
commit4393f48c03300203594e22d248808f20dd59d886
tree606c237b6821ccb088fedfdd96336787c0e77ce0
parent37bfb18f8f0557611fbdf238abe200813f07d298
Don't cache the instruction info and register info objects.

These objects are internal to the TargetMachine object and may change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183485 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.h