]> granicus.if.org Git - llvm/commitdiff
Fix typo in comment, NFCI
authorKrasimir Georgiev <krasimir@google.com>
Tue, 5 Feb 2019 15:00:56 +0000 (15:00 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Tue, 5 Feb 2019 15:00:56 +0000 (15:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353176 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/WebAssemblyDisassemblerEmitter.cpp

index 9f5ae70f836be36f1dcee79a74dd7c00ca71cb94..365cba5a60caba3e9cebdb066af2184bad620de4 100644 (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())