*** empty log message ***

From-SVN: r1509
This commit is contained in:
Charles Hannum 1992-07-08 02:49:57 +00:00
parent 5643004074
commit 6e1b9d9fd7

View File

@ -297,12 +297,12 @@ void
init_loop () init_loop ()
{ {
char *free_point = (char *) oballoc (1); char *free_point = (char *) oballoc (1);
rtx reg = gen_rtx (REG, SImode, 0); rtx reg = gen_rtx (REG, word_mode, 0);
rtx pow2 = GEN_INT (32); rtx pow2 = GEN_INT (32);
rtx lea; rtx lea;
int i; int i;
add_cost = rtx_cost (gen_rtx (PLUS, SImode, reg, reg), SET); add_cost = rtx_cost (gen_rtx (PLUS, word_mode, reg, reg), SET);
/* We multiply by 2 to reconcile the difference in scale between /* We multiply by 2 to reconcile the difference in scale between
these two ways of computing costs. Otherwise the cost of a copy these two ways of computing costs. Otherwise the cost of a copy