OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* tree-loop-distribution.c (distribute_loop): Fix declaration and
[pf3gnuchains/gcc-fork.git]
/
gcc
/
tree-loop-distribution.c
diff --git
a/gcc/tree-loop-distribution.c
b/gcc/tree-loop-distribution.c
index
ea3005e
..
13ac7ea
100644
(file)
--- a/
gcc/tree-loop-distribution.c
+++ b/
gcc/tree-loop-distribution.c
@@
-1120,7
+1120,7
@@
ldist_gen (struct loop *loop, struct graph *rdg,
static int
distribute_loop (struct loop *loop, VEC (gimple, heap) *stmts)
{
static int
distribute_loop (struct loop *loop, VEC (gimple, heap) *stmts)
{
-
bool res = false
;
+
int res = 0
;
struct graph *rdg;
gimple s;
unsigned i;
struct graph *rdg;
gimple s;
unsigned i;