Delete MCInstPrinter::AvailableFeatures.
authorAkira Hatanaka <ahatanaka@apple.com>
Sat, 28 Mar 2015 21:07:24 +0000 (21:07 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Sat, 28 Mar 2015 21:07:24 +0000 (21:07 +0000)
commit971af2987ae7851a0877fb160722d095b3c49cac
tree0912b537cd9968b8ee472f1b2a8dc1a59f0beead
parente03685b10a00161806993c5fd08d5c666d531faf
Delete MCInstPrinter::AvailableFeatures.

All the ports have been fixed to read the feature bits from the subtarget passed
to the print methods. Also, delete the call to setAvailableFeatures in the
constructor of NVPTX's instprinter as the instprinter wasn't using the feature
bits anywhere.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233486 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInstPrinter.h
lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp