Pull the parsing helper functions out of the Triple interface entirely.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 21 Feb 2012 08:53:32 +0000 (08:53 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 21 Feb 2012 08:53:32 +0000 (08:53 +0000)
commit4fbf6581514a494c15b82ce2f9b6f79b24216c6f
treead14d5c251438257a1468f8fef3b65b77b188099
parent0523f41841d0860b2e175a4b20d1ecefd7295c4a
Pull the parsing helper functions out of the Triple interface entirely.
They're private static methods but we can just make them static
functions in the implementation. It makes the implementations a touch
more wordy, but takes another chunk out of the header file.

Also, take the opportunity to switch the names to the new coding
conventions.

No functionality changed here.

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