diff options
author | Jim Grosbach <grosbach@apple.com> | 2008-09-11 17:05:32 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2008-09-11 17:05:32 +0000 |
commit | 7c9a7728d9dd248ebee8f2dd969d303711d487a9 (patch) | |
tree | 83394f72c8d240d8b24425c29fcb14356deaf56a /lib/Analysis/MemoryDependenceAnalysis.cpp | |
parent | 1abe60b9be1b7b33e1fa422add5296d392831850 (diff) |
lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted
by its first field, but TableGen doesn't actually enforce creating it that
way. TableGen sorts the records that will be used to create it by the names
of the records, not the Name field of those records.
This patch corrects the sort to use the "Name" field of the record as the
sort key.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56106 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/MemoryDependenceAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions