doloop.c, [...]: Use const0_rtx instead of GEN_INT (0).
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 3 Feb 2004 05:39:57 +0000 (05:39 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 3 Feb 2004 05:39:57 +0000 (05:39 +0000)
commit60c81c899553a6673c4b2e6f0ba26c7b56abbf9c
tree83526b7a4efa9bcc4ee6c55a45f9df95a68c2a50
parent2fb00d7f2b6e2b00f011b1ca6ee471a76e1c2542
doloop.c, [...]: Use const0_rtx instead of GEN_INT (0).

* doloop.c, optabs.c, regmove.c, sched-deps.c,
config/i386/i386.c, config/i386/i386.md: Use const0_rtx
instead of GEN_INT (0).  Do the same for other constants that
are readily available.

From-SVN: r77160
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md
gcc/doloop.c
gcc/optabs.c
gcc/regmove.c
gcc/sched-deps.c