This series contains a few patches related to replace_with_pseudo() in preparation for some more consequential changes in memops simplification. Luc Van Oostenryck (5): let replace_with_pseudo() use kill_instruction() make a header for simplification make replace_with_pseudo() extern memops: move rewrite_load_instruction() here replace convert_load_instruction() by replace_with_pseudo() flow.c | 48 +----------------------------------------------- flow.h | 3 --- memops.c | 46 ++++++++++++++++++++++++++++++++++++++++++++-- optimize.c | 1 + simplify.c | 21 +++------------------ simplify.h | 10 ++++++++++ ssa.c | 9 +++++---- 7 files changed, 64 insertions(+), 74 deletions(-) create mode 100644 simplify.h -- 2.29.2