]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/expmed.h
gcc/
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 12 Jul 2010 19:03:25 +0000 (19:03 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 12 Jul 2010 19:03:25 +0000 (19:03 +0000)
commitc371bb73807c48f1a708c51f113caea45f0347b1
treefa440aa1ca8e5ec6721496213be7f7cdaa25daa9
parentaa1c5d72e9cb30ddea2f930b6f94045dd8f2dcbc
gcc/
* expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
(algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
from expmed.c.
(target_expmed): Add x_alg_hash and x_alg_hash_used_p.
(alg_hash, alg_hash_used_p): New macros.
* expmed.c (init_expmed): Clear alg_hash if reinitializing.
(alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
(alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.

From-SVN: r162104
gcc/ChangeLog
gcc/expmed.c
gcc/expmed.h