Add various coarse bit-width architecture predicates to llvm::Triple.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 31 Jan 2012 04:52:32 +0000 (04:52 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 31 Jan 2012 04:52:32 +0000 (04:52 +0000)
commit6f72ac4799a1a20c07cd96cc994dd6394ebff9a2
treea645d65aa202cf9c0a5042a86bd134a97ad007b8
parent90f1d8a5da6f962175af0a3ebedb76aeffa42694
Add various coarse bit-width architecture predicates to llvm::Triple.
These are very useful for frontends and other utilities reasoning about
or selecting between triples.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149353 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
unittests/ADT/TripleTest.cpp