[TableGen] Make CodeGenDAGPatterns::getSDNodeNamed take a StringRef instead of const std::string &.
All callers use a string literal and the getDef method the string is passed to already takes a StringRef.
Loading
Please sign in to comment
All callers use a string literal and the getDef method the string is passed to already takes a StringRef.