Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.
authorRichard Sandiford <rsandifo@redhat.com>
Sat, 20 Mar 2004 07:13:38 +0000 (07:13 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 20 Mar 2004 07:13:38 +0000 (07:13 +0000)
commitdbf833ee1107ad90193bc01c9b073a5f5da1a1b7
treee476fa61be9fd061a4ef69e7378ead1fe041dc34
parentab16524d6248bc92df21a63a0b5f71ec8cea168f
Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.

* Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.
(GTFILES): Add $(srcdir)/dojump.h.
(gt-dojump.h): New dependency.
* dojump.c (and_reg, and_test, shift_test): New static variables.
(prefer_and_bit_test): New function.
(do_jump): Use it to choose between (X & (1 << C)) and (X >> C) & 1.

From-SVN: r79732
gcc/ChangeLog
gcc/Makefile.in
gcc/dojump.c