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
sbitmap.c (sbitmap_union_of_preds): Remove redundant initialisation of 'e'.
[pf3gnuchains/gcc-fork.git]
/
gcc
/
sbitmap.c
diff --git
a/gcc/sbitmap.c
b/gcc/sbitmap.c
index
fe7a995
..
f4abaee
100644
(file)
--- a/
gcc/sbitmap.c
+++ b/
gcc/sbitmap.c
@@
-637,7
+637,7
@@
sbitmap_union_of_preds (sbitmap dst, sbitmap *src, int bb)
edge e;
unsigned ix;
- for (
e = NULL,
ix = 0; ix < EDGE_COUNT (b->preds); ix++)
+ for (ix = 0; ix < EDGE_COUNT (b->preds); ix++)
{
e = EDGE_PRED (b, ix);
if (e->src== ENTRY_BLOCK_PTR)