Bump up MAX_SUBTARGET_FEATURES
authorWeiming Zhao <weimingz@codeaurora.org>
Tue, 15 Dec 2015 04:42:49 +0000 (04:42 +0000)
committerWeiming Zhao <weimingz@codeaurora.org>
Tue, 15 Dec 2015 04:42:49 +0000 (04:42 +0000)
commitdb01e41c24babb26e4980af564b1ba70bd3168aa
tree440332d453a809fb5852b5efa9bcf31f2e083c9d
parenteda761d926db211516f5a9a736d07a1e1b38c138
Bump up MAX_SUBTARGET_FEATURES

Summary:
Currently, ARMGenSubtargetInfo (from ARM.td) is reaching the limit of 96:
  enum : uint64_t {
       ...
       XScale = 95
  };

We need to bump the maximum value up to accommodate future changes and/or customized subtarget definitions.

Reviewers: apazos, t.p.northover

Subscribers: llvm-commits, aemerson

Differential Revision: http://reviews.llvm.org/D15514

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255616 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/SubtargetFeature.h