diff options
Diffstat (limited to 'gcc/ra-build.c')
-rw-r--r-- | gcc/ra-build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra-build.c b/gcc/ra-build.c index 37ca30c..ffb5c9b 100644 --- a/gcc/ra-build.c +++ b/gcc/ra-build.c @@ -1729,7 +1729,7 @@ compare_and_free_webs (link) && (web1->num_uses != web2->num_uses || web1->num_defs != web2->num_defs)) /* Similarly, if the framepointer was unreferenced originally - but we added spills, these fields may not match. */ + but we added spills, these fields may not match. */ || (web1->type != PRECOLORED && web1->crosses_call != web2->crosses_call) || (web1->type != PRECOLORED |