The handler list must be nonempty and consist solely of CatchPads.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
lib/IR/Verifier.cpp | ||
---|---|---|
3082 | Might be good to have it as CatchSwitch.getNumHandlers() != 0 to make it more explicit. Either way works for me. |
Might be good to have it as CatchSwitch.getNumHandlers() != 0 to make it more explicit. Either way works for me.