This patch removes deprecated parser/printer/verifier fields from
FIROps.td. This is a follow-up of https://reviews.llvm.org/D119776 - it
takes care of operations deriving from fir_IntegralSwitchTerminatorOp
and region_Op.
No new functionality is added, hence no tests. This patch addresses:
https://github.com/llvm/llvm-project/issues/54314.
Can you move this code to the .cpp instead? These code blocks are kind of huge.
(That's effectively what I did in D121090, which hasn't landed yet, but removes the deprecated fields)