cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not optimizing, even if flag_g...
authorRoger Sayle <roger@eyesopen.com>
Sat, 25 Jan 2003 17:37:42 +0000 (17:37 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 25 Jan 2003 17:37:42 +0000 (17:37 +0000)
commit415591122da665db1059faae87fb2d8c8097ffb6
tree96d3a21ee053d1cd5c6b3c5bb9f947f5d7bdccac
parent9bb231fd7aeb51f5bdfd40e89616ca1a6bc77eee
cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not optimizing, even if flag_gcse is true.

* cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
optimizing, even if flag_gcse is true.
* toplev.c (rest_of_compilation): purge_builtin_constant_p
only needs to be called when "optimize > 0 && flag_gcse".

From-SVN: r61785
gcc/ChangeLog
gcc/cse.c
gcc/toplev.c