Initial update to VMCore to use Twines for string arguments.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 04:41:11 +0000 (04:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 04:41:11 +0000 (04:41 +0000)
commit6e0d1cb30957a636c53158d3089e6fb88348a57a
tree1efda7d33cf044d4f99e4a44fdfc6f9328671cc5
parenta66297af3048c9f03ae79d1995dc6bdecfbc46c0
Initial update to VMCore to use Twines for string arguments.
 - The only meat here is in Value.{h,cpp} the rest is essential 'const
   std::string &' -> 'const Twine &'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77048 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
docs/ProgrammersManual.html
docs/ReleaseNotes-2.6.html
include/llvm/Argument.h
include/llvm/BasicBlock.h
include/llvm/Function.h
include/llvm/GlobalValue.h
include/llvm/GlobalVariable.h
include/llvm/InstrTypes.h
include/llvm/Instructions.h
include/llvm/Value.h
lib/Linker/LinkModules.cpp
lib/Transforms/Scalar/GVNPRE.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/VMCore/BasicBlock.cpp
lib/VMCore/Function.cpp
lib/VMCore/Globals.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Value.cpp
lib/VMCore/Verifier.cpp