[PATCH] D66434: [WebAssembly][MC] Allow empty assembly functions

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 12:11:01 PDT 2019


dschuff added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp:762
 
+  // Called either when the first instruction is parsed of the function ends.
+  void ensureLocals(MCStreamer &Out) {
----------------
of -> or?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66434/new/

https://reviews.llvm.org/D66434





More information about the llvm-commits mailing list