================
@@ -443,6 +443,9 @@ static MachineBasicBlock::iterator 
insertSEH(MachineBasicBlock::iterator MBBI,
   default:
     report_fatal_error("No SEH Opcode for instruction " + TII.getName(Opc));
     break;
+  case ARM::CLEANUPRET:
+  case ARM::CATCHRET:
----------------
trungnt2910 wrote:

Sorry, I missed that. Added to the next revision.

https://github.com/llvm/llvm-project/pull/184953
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to