[PATCH] D16141: [TableGen] Fix sort order of asm operand classes

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 22:20:43 PST 2016


craig.topper added inline comments.

================
Comment at: utils/TableGen/AsmMatcherEmitter.cpp:319
@@ +318,3 @@
+      } else {
+        // Unrelated tokens and user classes are ordered by the kind of their
+        // root nodes, so that there is a consistent ordering between
----------------
Should this say "name" instead of "kind"?


http://reviews.llvm.org/D16141





More information about the llvm-commits mailing list