In Twine::str(), if the Twine stores only a std::string, just return a direct...
In Twine::str(), if the Twine stores only a std::string, just return a direct copy of that instead of first copying to a SmallString and converting that to a std::string. Also fix some indentation. llvm-svn: 135267
Loading
Please register or sign in to comment