change makeNameProper to take a stringref instead of std::string.
authorChris Lattner <sabre@nondot.org>
Wed, 13 Jan 2010 04:55:33 +0000 (04:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Jan 2010 04:55:33 +0000 (04:55 +0000)
commit1cb75460b6e430df6aef9530489d3b4a1e41d139
treec662a7b27541be44bc3bf3fb958307ff855e8836
parentaf2a8361e4e5b45441b6e73c332fb60c36892468
change makeNameProper to take a stringref instead of std::string.

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