NOTE_INSN_BASIC_BLOCK_P.
(process_for_unwind_directive): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124899
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-05-21 Andreas Schwab <schwab@suse.de>
+
+ * config/ia64/ia64.c (emit_predicate_relation_info): Fix use of
+ NOTE_INSN_BASIC_BLOCK_P.
+ (process_for_unwind_directive): Likewise.
+
2007-05-21 Nathan Sidwell <nathan@codesourcery.com>
* builtins.c (expand_builtin_setjmp_setup): Update comment.
/* We only need such notes at code labels. */
if (GET_CODE (head) != CODE_LABEL)
continue;
- if (NOTE_INSN_BASIC_BLOCK_P (NEXT_INSN (head)) == NOTE_INSN_BASIC_BLOCK)
+ if (NOTE_INSN_BASIC_BLOCK_P (NEXT_INSN (head)))
head = NEXT_INSN (head);
/* Skip p0, which may be thought to be live due to (reg:DI p0)
{
rtx pat;
- if (NOTE_INSN_BASIC_BLOCK_P (insn) == NOTE_INSN_BASIC_BLOCK)
+ if (NOTE_INSN_BASIC_BLOCK_P (insn))
{
last_block = NOTE_BASIC_BLOCK (insn)->next_bb == EXIT_BLOCK_PTR;