TableGen: Use StringRef instead of const std::string& for parameters
This avoid an extra construction of a std::string (and a heap allocation) when the caller only has a StringRef but no std::string at hand. llvm-svn: 288610
Loading
Please register or sign in to comment