[PATCH] D13119: [WebAssembly] Switch to a more traditional assembly syntax

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 15:01:06 PDT 2015


jfb added inline comments.

================
Comment at: lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp:292
@@ +291,3 @@
+    OS << "\t" "set_local "
+       << regToString(MI->getOperand(0).getReg()) << ", "
+          "pop";
----------------
sgtm


Repository:
  rL LLVM

http://reviews.llvm.org/D13119





More information about the llvm-commits mailing list