diff options
Diffstat (limited to 'gcc/postreload-gcse.c')
-rw-r--r-- | gcc/postreload-gcse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index 4b7d0e9..a0334ab 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -225,7 +225,7 @@ alloc_mem (void) /* Find the largest UID and create a mapping from UIDs to CUIDs. */ uid_cuid = xcalloc (get_max_uid () + 1, sizeof (int)); - i = 0; + i = 1; FOR_EACH_BB (bb) FOR_BB_INSNS (bb, insn) { |