Re: [mep] RFA: Use new rtl iterators in mep_store_find_set
> * config/mep/mep.c (mep_store_find_set): Take a const_rtx and > return a bool. Replace "void *" with specific type. Iterate > over all subrtxes. > (mep_store_data_bypass_1): Update calls accordingly. OK.
[mep] RFA: Use new rtl iterators in mep_store_find_set
This is part of a series to remove uses of for_each_rtx from the ports. Tested by making sure there were no code changes for gcc.dg, gcc.c-torture and g++.dg for mep-elf. OK to install? Thanks, Richard gcc/ * config/mep/mep.c (mep_store_find_set): Take a const_rtx and return a