Replaced ReInitMCSubtargetInfo with InitMCProcessor.
authorAndrew Trick <atrick@apple.com>
Tue, 18 Sep 2012 05:33:15 +0000 (05:33 +0000)
committerAndrew Trick <atrick@apple.com>
Tue, 18 Sep 2012 05:33:15 +0000 (05:33 +0000)
commit34aadd63346b5f9b98749a306b71fcb00ee6996f
tree00e7327144ad5270502b6a54bc9eefd10085c227
parent88b5a2bf343120b1cc01685dda4815d2c17c7cd1
Replaced ReInitMCSubtargetInfo with InitMCProcessor.

Now where we used to call ReInitMCSubtargetInfo, we actually recompute
the same information as InitMCSubtargetInfo instead of only setting
the feature bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164105 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSubtargetInfo.h
lib/MC/MCSubtargetInfo.cpp
utils/TableGen/SubtargetEmitter.cpp