We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51faba3 commit 17c3538Copy full SHA for 17c3538
llvm/lib/Transforms/Coroutines/CoroFrame.cpp
@@ -1549,7 +1549,6 @@ static void rewritePHIs(BasicBlock &BB) {
1549
for (BasicBlock *Pred : Preds) {
1550
if (CatchSwitchInst *CS =
1551
dyn_cast<CatchSwitchInst>(Pred->getTerminator())) {
1552
- (void)CS;
1553
// CleanupPad with a CatchSwitch predecessor: therefore this is an
1554
// unwind destination that needs to be handle specially.
1555
assert(CS->getUnwindDest() == &BB);
0 commit comments