OSDN Git Service

rework the remaining autoupgrade logic to use a StringRef instead of creating a
authorChris Lattner <sabre@nondot.org>
Sat, 18 Jun 2011 18:56:39 +0000 (18:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Jun 2011 18:56:39 +0000 (18:56 +0000)
commit747fddd48450d75794c4f58c020f54785b4bc66f
tree0e5af5f175ace0493f2462d6c96d7f4f39b00d9e
parentdcf0e0c44b0bf0634b2f833369b840c18ac8a5f0
rework the remaining autoupgrade logic to use a StringRef instead of creating a
temporary std::string for every function being checked.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133355 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AutoUpgrade.cpp