[PATCH] D11671: WebAssembly: print basic integer assembly.
JF Bastien
jfb at chromium.org
Fri Jul 31 10:42:18 PDT 2015
jfb added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp:100
@@ +99,3 @@
+ case WebAssembly::RETURN:
+ OS << "return";
+ break;
----------------
sunfish wrote:
> Does the default case below not handle this?
True, it's just uppercase. I'll fix with the other ones (removed this case for now).
http://reviews.llvm.org/D11671
More information about the llvm-commits
mailing list