r251451 - in /trunk/gcc: ChangeLog dwarf2out.c ...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Wed Aug 30 11:08:00 GMT 2017


Author: rsandifo
Date: Wed Aug 30 11:08:00 2017
New Revision: 251451

URL: https://gcc.gnu.org/viewcvs?rev=251451&root=gcc&view=rev
Log:
Split out parts of scompare_loc_descriptor and emit_store_flag

This patch splits some cases out of scompare_loc_descriptor and
emit_store_flag, which helps with the upcoming machmode series.

2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/
	* dwarf2out.c (scompare_loc_descriptor_wide)
	(scompare_loc_descriptor_narrow): New functions, split out from...
	(scompare_loc_descriptor): ...here.
	* expmed.c (emit_store_flag_int): New function, split out from...
	(emit_store_flag): ...here.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c
    trunk/gcc/expmed.c



More information about the Gcc-cvs mailing list