aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2002-03-07 16:38:00 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2002-03-07 15:38:00 +0000
commit068473ec92aa0bca1066db130b95abef40c6d418 (patch)
treec7a003366839afcd2db5a7c045eff45c5926c4b0 /gcc/basic-block.h
parenta9a437be8dc325ab24c33c3e2ebec3115b3ee53d (diff)
downloadgcc-068473ec92aa0bca1066db130b95abef40c6d418.zip
gcc-068473ec92aa0bca1066db130b95abef40c6d418.tar.gz
gcc-068473ec92aa0bca1066db130b95abef40c6d418.tar.bz2
basic-block.h (fixup_abnormal_edges): Declare.
* basic-block.h (fixup_abnormal_edges): Declare. * reload1.c (fixup_abnormal_edges): New function. * reg-stack.c (convert_regs): Use it. * gcse.c (insert_insn_end_bb): Handle trapping insns. * gcse.c (hash_scan_set): Refuse instructions with EH edges. From-SVN: r50405
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index e615a5d..c9fc4b8 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -697,6 +697,7 @@ extern conflict_graph conflict_graph_compute
partition));
extern bool mark_dfs_back_edges PARAMS ((void));
extern void update_br_prob_note PARAMS ((basic_block));
+extern void fixup_abnormal_edges PARAMS ((void));
/* In dominance.c */