[PATCH] D135195: [WebAssembly][MC] Fix missing `else` after `return` due to type checker bug
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 16:38:37 PDT 2022
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp:77
return true;
- // If we're currently in unreachable code, we surpress errors as well.
+ // If we're currently in unreachable code, we surpress errors completely.
if (Unreachable)
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135195/new/
https://reviews.llvm.org/D135195
More information about the llvm-commits
mailing list