Update Triple to use StringRef/Twine based APIs.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 26 Jul 2009 03:31:47 +0000 (03:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 26 Jul 2009 03:31:47 +0000 (03:31 +0000)
commita14d225ef4d3d8bd8ec9ec913246d1fb47d2edc1
tree0490ef0bdb198deebd60acfcf8a7c5cae828d38d
parentd61918fc6898a89df8b0a03e068f234ded010cdf
Update Triple to use StringRef/Twine based APIs.
 - This is now shorter, simpler, safer, and more efficient, what a deal.

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