================
@@ -5404,6 +5404,30 @@ def CIR_EhInflightOp : CIR_Op<"eh.inflight_exception"> {
}];
}
+//===----------------------------------------------------------------------===//
+// Exception related: EhTypeIdOp
+//===----------------------------------------------------------------------===//
+
+def CIR_EhTypeIdOp : CIR_Op<"eh.typeid",
+ [Pure, DeclareOpInterfaceMethods<SymbolUserOpInterface>]> {
+ let summary = "Compute exception type id from it's global type symbol";
----------------
andykaylor wrote:
```suggestion
let summary = "Compute exception type id from its global type symbol";
```
https://github.com/llvm/llvm-project/pull/172558
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits