git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353176
91177308-0d34-0410-b5e6-
96231b3b80d8
// 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())