diff options
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index 493f63d..eb87bc7 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -768,7 +768,7 @@ shorten_branches (rtx first ATTRIBUTE_UNUSED) /* Compute maximum UID and allocate label_align / uid_shuid. */ max_uid = get_max_uid (); - /* Free uid_shuid before reallocating it. */ + /* Free uid_shuid before reallocating it. */ free (uid_shuid); uid_shuid = xmalloc (max_uid * sizeof *uid_shuid); |