[PATCH] D55797: [WebAssembly] Make assembler check for proper nesting of control flow.

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 26 14:08:21 PST 2018


aheejin accepted this revision.
aheejin added inline comments.


================
Comment at: lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp:258
+      NestingStack.pop_back();
+    }
+    return err;
----------------
This looks nice!


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55797





More information about the llvm-commits mailing list