Move UnescapeString to a static function for its sole client; its inefficient and...
authorDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 20:43:42 +0000 (20:43 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 20:43:42 +0000 (20:43 +0000)
commit9bd34602fbe945cc2ed81f8f8ac7de59f4679038
tree4459a4f7d4bebe64ac417fcc98f53f5d78606e26
parentca107c5c1871e38f475224db03da5b90f9fccef2
Move UnescapeString to a static function for its sole client; its inefficient and broken.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84358 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringExtras.h
lib/Support/StringExtras.cpp
utils/TableGen/AsmWriterEmitter.cpp