[PATCH] D90498: Fix the compilation assertion due to unreachable BB pruning not deleting the associated BB from the jump tables
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 14:42:17 PST 2020
amyk accepted this revision as: amyk.
amyk added a comment.
Minor nit but LGTM
================
Comment at: llvm/lib/CodeGen/MachineFunction.cpp:1053
+/// If MBB is present in any jump tables, remove it
+bool MachineJumpTableInfo::RemoveMBBFromJumpTables(MachineBasicBlock *MBB) {
----------------
nit: end with period (as well as the other comments in this patch that are added).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90498/new/
https://reviews.llvm.org/D90498
More information about the llvm-commits
mailing list