Remove StringRef->std::string->StringRef conversions.
As StringInit::get() accepts StringRef there is no need to construct a std::string out of the StringRef input and then construct a new StringRef from the std::string. llvm-svn: 232551
Loading
Please sign in to comment