From e75781d3758b5acb0072d16510571797c8cd4849 Mon Sep 17 00:00:00 2001 From: steven Date: Sat, 12 Jun 2004 12:50:42 +0000 Subject: * rtl.h (MEM_P, NONJUMP_INSN_P, CALL_INSN_P): New predicates. (INSN_P): Don't look at the rtx code class, just explicitly check for one of the tree RTX_INSN codes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83023 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b86d6ebedad..820e20721f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-06-12 Steven Bosscher + + * rtl.h (MEM_P, NONJUMP_INSN_P, CALL_INSN_P): New predicates. + (INSN_P): Don't look at the rtx code class, just explicitly + check for one of the tree RTX_INSN codes. + 2004-06-11 Zack Weinberg * c-typeck.c (default_function_array_conversion): Use -- cgit v1.2.1