diff options
author | Manolis Tsamis <manolis.tsamis@vrull.eu> | 2023-11-21 10:05:02 +0100 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@vrull.eu> | 2023-11-23 05:32:59 +0100 |
commit | 9d912820d02c7396676e04c4c05f6a0fdd92ed85 (patch) | |
tree | 76310c9fba5d7aab178d4b468044712d5bb5715c /gcc/expr.cc | |
parent | 990769a343f090088f5025ad233f88824b2c6263 (diff) | |
download | gcc-9d912820d02c7396676e04c4c05f6a0fdd92ed85.zip gcc-9d912820d02c7396676e04c4c05f6a0fdd92ed85.tar.gz gcc-9d912820d02c7396676e04c4c05f6a0fdd92ed85.tar.bz2 |
ifcvt: remove obsolete SUBREG handling in noce_convert_multiple_sets
This code used to handle SUBREG for register replacement when ifcvt
was doing the replacements manually. This special handling is not
needed anymore because simplify_replace_rtx is used for the
replacements and it properly handles these cases.
gcc/ChangeLog:
* ifcvt.cc (noce_convert_multiple_sets_1): Remove old code.
Signed-off-by: Philipp Tomsich <philipp.tomsich@vrull.eu>
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions