From ec028b54da813c3bcba619eae704c26264fd606d Mon Sep 17 00:00:00 2001 From: steven Date: Sat, 12 May 2007 18:15:38 +0000 Subject: * gcse.c (gcse_main): Do jump bypassing in CPROP2. * passes.c (init_optimization_passes): Move pass_jump_bypass after loop2. * basic-block.h (bb_has_eh_pred): Fix style issue. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124640 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/basic-block.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/basic-block.h') diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 6286a5d1ed7..3116a52d752 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -1159,7 +1159,8 @@ extern bool rtx_equiv_p (rtx *, rtx, int, struct equiv_info *); extern bool condjump_equiv_p (struct equiv_info *, bool); /* Return true when one of the predecessor edges of BB is marked with EDGE_EH. */ -static inline bool bb_has_eh_pred (basic_block bb) +static inline bool +bb_has_eh_pred (basic_block bb) { edge e; edge_iterator ei; -- cgit v1.2.1