[NFC,format] Sort switch cases alphabetically
authorSimon Moll <simon.moll@emea.nec.com>
Thu, 9 Jan 2020 17:37:08 +0000 (18:37 +0100)
committerSimon Moll <simon.moll@emea.nec.com>
Thu, 9 Jan 2020 17:37:24 +0000 (18:37 +0100)
commit356b33516c2e0ef241066dded16d7ecc1f7aa8cc
treecafb464801b3b258a4bb83cd64a4fb2b5906e1ac
parented6daa2e1d32e940ac4bd8c31ae05154c5ed9bd3
[NFC,format] Sort switch cases alphabetically

This patch brings the switch cases of `llvm/lib/Support/Triple.cpp` back into alphabetical order.
This was noted during the the review of  https://reviews.llvm.org/D69103

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D72452
llvm/lib/Support/Triple.cpp