MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 8 Jul 2015 17:30:55 +0000 (17:30 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 8 Jul 2015 17:30:55 +0000 (17:30 +0000)
commitdfcac4b07a8bf1ea12892a7e8fca0f7fddabb08d
treebf94ee3d59da8dbcce5f5fe5d53d4b2695f868a4
parent4ea795b15aa977e80bf4061029473f896eb94067
MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFC

There's no reason to be able to mutate `MCSubtargetInfo` in
`getDeprecationInfo()`.  Constify the reference.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241693 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInstrDesc.h
lib/MC/MCInstrDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp