[PATCH] D139883: [llvm][CallBrPrepare] add llvm.callbr.landingpad intrinsic
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 15:44:18 PST 2023
void added inline comments.
================
Comment at: llvm/lib/IR/Verifier.cpp:5821
+ &Call);
+ }
};
----------------
Please add a `break;` at the end of this case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139883/new/
https://reviews.llvm.org/D139883
More information about the llvm-commits
mailing list