[Triple] Stop abusing a class to have only static methods and just use
authorChandler Carruth <chandlerc@gmail.com>
Sun, 30 Aug 2015 02:09:48 +0000 (02:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 30 Aug 2015 02:09:48 +0000 (02:09 +0000)
commit869394014ed102973f22648019d3c4c0979ca137
tree9ce0660014d66fd71251a5654374535aa984cf92
parent49d0fee4f60bdecd7dba946aa64f405c9864bd8f
[Triple] Stop abusing a class to have only static methods and just use
the namespace that we are already using for the enums that are produced
by the parsing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246367 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TargetParser.h
lib/Support/TargetParser.cpp
lib/Support/Triple.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp