[PATCH] D14160: [WebAssembly] Update opcode name format for conversions

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 20:30:09 PDT 2015


jfb added a comment.

One small typo, then this lgtm. I'll land the patch fro you once you update the comment.


================
Comment at: lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp:99
@@ -98,2 +98,3 @@
 // tablegen names are uppercase and suffixed with their type (after an
-// underscore).
+// underscore). Conversions are additionally prefixed with their in type
+// (before a double underscore).
----------------
"with their in type"


http://reviews.llvm.org/D14160





More information about the llvm-commits mailing list