summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8e61eff)
initialization of variable res to agree with return type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156190
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-01-23 Joern Rennecke <amylaar@spamcop.net>
+
+ * tree-loop-distribution.c (distribute_loop): Fix declaration and
+ initialization of variable res to agree with return type.
+
2010-01-22 Steve Ellcey <sje@cup.hp.com>
* Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
2010-01-22 Steve Ellcey <sje@cup.hp.com>
* Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
static int
distribute_loop (struct loop *loop, VEC (gimple, heap) *stmts)
{
static int
distribute_loop (struct loop *loop, VEC (gimple, heap) *stmts)
{
struct graph *rdg;
gimple s;
unsigned i;
struct graph *rdg;
gimple s;
unsigned i;