]> granicus.if.org Git - clang/commit
[SystemZ] Simplify handling of ISA revisions
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 5 Jul 2017 13:19:47 +0000 (13:19 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 5 Jul 2017 13:19:47 +0000 (13:19 +0000)
commitef0d9ebb56107e5d236dda0b8b37c32c6e216a39
tree8a32b4a1cd5a774463bc211ec8e5ae78aafe4d6f
parent4d43c48558a063c449eeb550dc420aed6bf3c13e
[SystemZ] Simplify handling of ISA revisions

This moves determination of the ISA revision from the CPU name to
one single place, removing a bunch of duplicated code.  It also
makes the supported ISA revisions available as feature strings.

No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@307156 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp