summaryrefslogtreecommitdiff
path: root/gcc/web.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/web.c')
-rw-r--r--gcc/web.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/web.c b/gcc/web.c
index ada150ed23d..84987df5e1f 100644
--- a/gcc/web.c
+++ b/gcc/web.c
@@ -152,9 +152,7 @@ union_defs (struct df_ref *use, struct web_entry *def_entry,
eq_use_link++;
}
- /* Recognize trivial noop moves and attempt to keep them as noop.
- While most of noop moves should be removed, we still keep some
- of them at libcall boundaries and such. */
+ /* Recognize trivial noop moves and attempt to keep them as noop. */
if (set
&& SET_SRC (set) == DF_REF_REG (use)