gcse.c (expr_equiv_p): Replace expressions that are known to be 0 with 0.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 27 Jun 2003 19:38:27 +0000 (19:38 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 27 Jun 2003 19:38:27 +0000 (19:38 +0000)
commitebd7a7af832b48e9b6d08acd5e493c7ae9cbbde2
tree4079ef78f7a31639af2f990c75d267aedc1ce107
parent213d5fbccbbb6984ac7eea7c85d9e5a36b05cf74
gcse.c (expr_equiv_p): Replace expressions that are known to be 0 with 0.

* gcse.c (expr_equiv_p): Replace expressions that are known to
be 0 with 0.

From-SVN: r68601
gcc/ChangeLog
gcc/gcse.c