mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
[ELF] - Fix out of sync comment. NFC.
llvm-svn: 315442
This commit is contained in:
@@ -170,7 +170,7 @@ static std::vector<StringRef> tokenizeExpr(StringRef S) {
|
||||
if (S.startswith("\""))
|
||||
return {S};
|
||||
|
||||
// Split S with +-*/ as separators.
|
||||
// Split S with operators as separators.
|
||||
std::vector<StringRef> Ret;
|
||||
while (!S.empty()) {
|
||||
size_t E = S.find_first_of(Ops);
|
||||
|
||||
Reference in New Issue
Block a user