gcc/
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 9 Sep 2013 13:07:02 +0000 (13:07 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 9 Sep 2013 13:07:02 +0000 (13:07 +0000)
commit69a59f0fa9b65198e4c1f87265105d396a598ea5
treea5201ad7e75918350ccb6467b3fc9ff8b667c680
parent2f1cd2ebd65eae6d87332c0bcd5d0e840c886cf3
gcc/
* combine.c (simplify_set, expand_field_assignment, extract_left_shift)
(force_to_mode, simplify_shift_const_1, simplify_comparison):
Use gen_int_mode with the mode of the associated simplify_* call.
* explow.c (probe_stack_range, anti_adjust_stack_and_probe): Likewise.
* expmed.c (expand_shift_1): Likewise.
* function.c (instantiate_virtual_regs_in_insn): Likewise.
* loop-iv.c (iv_number_of_iterations): Likewise.
* loop-unroll.c (unroll_loop_runtime_iterations): Likewise.
* simplify-rtx.c (simplify_binary_operation_1): Likewise.

From-SVN: r202393
gcc/ChangeLog
gcc/combine.c
gcc/explow.c
gcc/expmed.c
gcc/function.c
gcc/loop-iv.c
gcc/loop-unroll.c
gcc/simplify-rtx.c