Skip to content
Snippets Groups Projects
  • Richard Sandiford's avatar
    4789c0ce
    alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associated gen_rtx_* call. · 4789c0ce
    Richard Sandiford authored
    gcc/
    	* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode
    	of the associated gen_rtx_* call.
    	* caller-save.c (init_caller_save): Likewise.
    	* combine.c (find_split_point, make_extraction): Likewise.
    	(make_compound_operation): Likewise.
    	* dwarf2out.c (mem_loc_descriptor): Likewise.
    	* explow.c (plus_constant, probe_stack_range): Likewise.
    	* expmed.c (expand_mult_const): Likewise.
    	* expr.c (emit_single_push_insn_1, do_tablejump): Likewise.
    	* reload1.c (init_reload): Likewise.
    	* valtrack.c (cleanup_auto_inc_dec): Likewise.
    	* var-tracking.c (adjust_mems): Likewise.
    	* modulo-sched.c (sms_schedule): Likewise, but use gen_rtx_GT
    	rather than gen_rtx_fmt_ee.
    
    From-SVN: r202391
    4789c0ce
    History
    alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associated gen_rtx_* call.
    Richard Sandiford authored
    gcc/
    	* alias.c (addr_side_effect_eval): Use gen_int_mode with the mode
    	of the associated gen_rtx_* call.
    	* caller-save.c (init_caller_save): Likewise.
    	* combine.c (find_split_point, make_extraction): Likewise.
    	(make_compound_operation): Likewise.
    	* dwarf2out.c (mem_loc_descriptor): Likewise.
    	* explow.c (plus_constant, probe_stack_range): Likewise.
    	* expmed.c (expand_mult_const): Likewise.
    	* expr.c (emit_single_push_insn_1, do_tablejump): Likewise.
    	* reload1.c (init_reload): Likewise.
    	* valtrack.c (cleanup_auto_inc_dec): Likewise.
    	* var-tracking.c (adjust_mems): Likewise.
    	* modulo-sched.c (sms_schedule): Likewise, but use gen_rtx_GT
    	rather than gen_rtx_fmt_ee.
    
    From-SVN: r202391