From e016f0beb9bdbf87e5acabcd475b797c2fff4608 Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Sat, 20 Mar 2021 16:20:44 +0100 Subject: memops: remove obsolete comment The comment above rewrite_load_instruction(), about comparing phi-lists for equality, was (most probably) written when there was some intention to do CSE on phi-nodes or phi-sources. However, such CSE is currently not an objective at all. So, remove this comment. Signed-off-by: Luc Van Oostenryck --- memops.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/memops.c b/memops.c index 92888271..d8f06e19 100644 --- a/memops.c +++ b/memops.c @@ -17,10 +17,6 @@ #include "simplify.h" #include "flow.h" -/* - * We should probably sort the phi list just to make it easier to compare - * later for equality. - */ static void rewrite_load_instruction(struct instruction *insn, struct pseudo_list *dominators) { pseudo_t new, phi; -- cgit 1.2.3-korg