[PATCH] D52428: Unify landing pad information adding routines (NFC)
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 11:36:35 PDT 2018
aheejin added inline comments.
================
Comment at: lib/CodeGen/MachineFunction.cpp:661
+ } else if (const auto *CPI = dyn_cast<CatchPadInst>(FirstI)) {
+ // TODO
+
----------------
A followup patch for wasm exception handling will fill in this part. I have this `else if` statement just to make sure code structure is there.
Repository:
rL LLVM
https://reviews.llvm.org/D52428
More information about the llvm-commits
mailing list