diff options
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenAction.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index 6a3b9c6efbd..f79ca7f79fa 100644 --- a/clang/lib/CodeGen/CodeGenAction.cpp +++ b/clang/lib/CodeGen/CodeGenAction.cpp @@ -514,7 +514,7 @@ void BackendConsumer::EmitOptimizationMessage(    std::string Msg;    raw_string_ostream MsgStream(Msg); -  MsgStream << D.getMsg().str(); +  MsgStream << D.getMsg();    if (D.getHotness())      MsgStream << " (hotness: " << *D.getHotness() << ")";  | 

