Remove superfluous .str() and replace std::string concatenation with Twine.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 27 Mar 2015 17:51:30 +0000 (17:51 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 27 Mar 2015 17:51:30 +0000 (17:51 +0000)
commit2a9bbcbbadd5ba2eac950e1717c456298ec12bb6
tree0c76b15c844f7ce8ad76c661525c4962d9463cbc
parent1fa94d6f926763f9fc0fd0f73e63e85fea31cdc7
Remove superfluous .str() and replace std::string concatenation with Twine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233392 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/CFGPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/ShadowStackGCLowering.cpp
lib/Target/PowerPC/PPCMCInstLower.cpp
lib/Target/R600/AMDGPUPromoteAlloca.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/TargetMachine.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp