]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Added the previous functions to the tree-eh.h file
authorPranil Dey <mkdeyp@gmail.com>
Fri, 20 Sep 2024 21:43:43 +0000 (03:13 +0530)
committerPranil Dey <mkdeyp@gmail.com>
Tue, 1 Oct 2024 04:18:04 +0000 (09:48 +0530)
Functions added:
1. void extract_types_for_resx (gimple *, vec<tree> *);
2. void extract_fun_resx_types (function *);

gcc/tree-eh.h

index f3b2c16ed77e18ae0d45d31914bc6b7d2f08b45a..ea5cefc9fd2913aa1a79583def43e5329c928c8b 100644 (file)
@@ -43,6 +43,8 @@ extern bool tree_could_trap_p (tree);
 extern tree rewrite_to_non_trapping_overflow (tree);
 extern void extract_exception_types_for_call (gcall *, vec<tree> *);
 extern bool stmt_throw_types (function *, gimple *, vec<tree> *);
+extern void extract_types_for_resx (gimple *, vec<tree> *);
+extern void extract_fun_resx_types (function *);
 extern bool stmt_could_throw_p (function *, gimple *);
 extern bool stmt_unremovable_because_of_non_call_eh_p (function *, gimple *);
 extern bool tree_could_throw_p (tree);