summaryrefslogtreecommitdiff
path: root/gcc/ira-color.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ira-color.c')
-rw-r--r--gcc/ira-color.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ira-color.c b/gcc/ira-color.c
index 33f9d24b00b..3b9319ca7c5 100644
--- a/gcc/ira-color.c
+++ b/gcc/ira-color.c
@@ -2516,8 +2516,7 @@ improve_allocation (void)
}
}
-/* Sort allocnos according to their priorities which are calculated
- analogous to ones in file `global.c'. */
+/* Sort allocnos according to their priorities. */
static int
allocno_priority_compare_func (const void *v1p, const void *v2p)
{