]> git.ipfire.org Git - thirdparty/gcc.git/commit
emit-rtl.c (try_split): Do not abort on non-INSN_P.
authorDavid S. Miller <davem@redhat.com>
Tue, 11 Jun 2002 14:24:45 +0000 (07:24 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Tue, 11 Jun 2002 14:24:45 +0000 (07:24 -0700)
commit6f9703afa53c47ba80b08763d9056a801105f6c5
treeaa1939ed5444fc5b7b0b26c6b4c867821ad075aa
parentb2ccb744c6bab887d1749cdbe19cb7e4ccc54446
emit-rtl.c (try_split): Do not abort on non-INSN_P.

2002-06-11  David S. Miller  <davem@redhat.com>

* emit-rtl.c (try_split): Do not abort on non-INSN_P.
Only run RTX equality checks on INSN_P rtl.

From-SVN: r54502
gcc/ChangeLog
gcc/emit-rtl.c