]> granicus.if.org Git - llvm/commit
[MachineOutliner] Replace ostringstream based string concatenation with Twine
authorFangrui Song <maskray@google.com>
Wed, 10 Apr 2019 14:52:37 +0000 (14:52 +0000)
committerFangrui Song <maskray@google.com>
Wed, 10 Apr 2019 14:52:37 +0000 (14:52 +0000)
commit5abf2be60cb91995feda8a6a7e3c994323e2d29c
tree6e4a91bf3160b163577fbc09b1cf09fce2b94f33
parente9dc5141ac21ce3a71dec49a296a1a8eaf65402d
[MachineOutliner] Replace ostringstream based string concatenation with Twine

This makes my libLLVMCodeGen.so.9svn 4936 bytes smaller.

While here, delete unused #include <map>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358089 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineOutliner.cpp