Twine: Use raw_ostream::write_hex, remove unused itohexstr method.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 30 Jul 2009 18:30:19 +0000 (18:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 30 Jul 2009 18:30:19 +0000 (18:30 +0000)
commit0fffbafa9609e0e289ff3120ab9e23d244c1dbc0
tree57dec8b780b8567f2a9e8acf8d23a5107f6b53a9
parent7212f809662ea3d54974e5ab64f612fb138e3ec9
Twine: Use raw_ostream::write_hex, remove unused itohexstr method.

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