Switch a bunch of manual if-chains to use StringSwitch. Clean them up in
authorChandler Carruth <chandlerc@gmail.com>
Sun, 12 Feb 2012 09:27:38 +0000 (09:27 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 12 Feb 2012 09:27:38 +0000 (09:27 +0000)
commit06accdade89fbfb0eb6c0aebc6c78264bf48fe54
treed68ec66f3eaf99f5c7bae0a8ee94b1e2e824e003
parentcc9231a05d09bef064bb802c62a54b4956ce5aff
Switch a bunch of manual if-chains to use StringSwitch. Clean them up in
the process. Some of these are still a bit gross.

Still, this cuts 80 some lines out of this ridiculous file. ;]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Triple.cpp