Switch Twine::str() to use toVector(), which is now efficient.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 19 Aug 2009 18:09:47 +0000 (18:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 19 Aug 2009 18:09:47 +0000 (18:09 +0000)
commitb7be0e8afc5378c77c70e3c0fb6a03c74e551688
tree7ff8a1da97e431f1f084e78a31fa7a583e167b6e
parent5d598aaf3de7f506749f4a0a142fe0121854e1a6
Switch Twine::str() to use toVector(), which is now efficient.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79437 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Twine.cpp