1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Fix typo in comment, NFCI

llvm-svn: 353176
This commit is contained in:
Krasimir Georgiev 2019-02-05 15:00:56 +00:00
parent 69e27f5e76
commit 46e49b08fd

View File

@ -68,7 +68,7 @@ void emitWebAssemblyDisassemblerTables(
// If the new one is explicitly marked as canonical, take it.
if (!IsCanonicalNew) {
// Neither the existing or new instruction is canonical.
// Pick the one with with the shortest name as heuristic.
// Pick the one with the shortest name as heuristic.
// Though ideally IsCanonical is always defined for at least one
// variant so this never has to apply.
if (CGIP.second->AsmString.size() <= CGI.AsmString.size())