mirror of git://gcc.gnu.org/git/gcc.git
parent
3330802695
commit
2cd0e9f4ed
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-10-18 Kazu Hirata <kazu@cs.umass.edu>
|
||||||
|
|
||||||
|
* loop-unroll.c: Fix comment typos.
|
||||||
|
|
||||||
2004-10-18 Revital Eres <eres@il.ibm.com>
|
2004-10-18 Revital Eres <eres@il.ibm.com>
|
||||||
|
|
||||||
* Makefile.in (loop-unroll.o): Add VARRAY_H dependency.
|
* Makefile.in (loop-unroll.o): Add VARRAY_H dependency.
|
||||||
|
|
|
||||||
|
|
@ -1861,8 +1861,7 @@ split_iv (struct iv_to_split *ivts, rtx insn, unsigned delta)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Return one expansion of the accumulator recoreded
|
/* Return one expansion of the accumulator recorded in struct VE. */
|
||||||
in struct VE. */
|
|
||||||
|
|
||||||
static rtx
|
static rtx
|
||||||
get_expansion (struct var_to_expand *ve)
|
get_expansion (struct var_to_expand *ve)
|
||||||
|
|
@ -1919,7 +1918,7 @@ expand_var_during_unrolling (struct var_to_expand *ve, rtx insn)
|
||||||
|
|
||||||
/* Initialize the variable expansions in loop preheader.
|
/* Initialize the variable expansions in loop preheader.
|
||||||
Callbacks for htab_traverse. PLACE_P is the loop-preheader
|
Callbacks for htab_traverse. PLACE_P is the loop-preheader
|
||||||
basic block where the initializtion of the expansions
|
basic block where the initialization of the expansions
|
||||||
should take place. */
|
should take place. */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue