[PATCH] D54273: [WebAssembly] Fix LowerEmscriptenEHSjLj when there's only longjmp
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 8 13:37:13 PST 2018
aheejin added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp:211
+/// Label -1 means no longjmp occurred. Otherwise we jump to the right
+/// post-setjmp BB based on the label.
///
----------------
Indentation fix after renumbering comments
Repository:
rL LLVM
https://reviews.llvm.org/D54273
More information about the llvm-commits
mailing list