asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated expand_...
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 9 Sep 2013 13:06:53 +0000 (13:06 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 9 Sep 2013 13:06:53 +0000 (13:06 +0000)
commit2f1cd2ebd65eae6d87332c0bcd5d0e840c886cf3
tree8a0c069c9c8784f5d1a4f0ad98b31f8275795896
parent4789c0cef392722e1c084eba900c0c469fba3bc1
asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated expand_* call.

gcc/
* asan.c (asan_clear_shadow): Use gen_int_mode with the mode
of the associated expand_* call.
(asan_emit_stack_protection): Likewise.
* builtins.c (round_trampoline_addr): Likewise.
* explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
* expmed.c (expand_smod_pow2, expand_sdiv_pow2, expand_divmod)
(emit_store_flag): Likewise.
* expr.c (emit_move_resolve_push, push_block, emit_single_push_insn_1)
(emit_push_insn, optimize_bitfield_assignment_op, expand_expr_real_1):
Likewise.
* function.c (instantiate_virtual_regs_in_insn): Likewise.
* ifcvt.c (noce_try_store_flag_constants): Likewise.
* loop-unroll.c (unroll_loop_runtime_iterations): Likewise.
* modulo-sched.c (generate_prolog_epilog): Likewise.
* optabs.c (expand_binop, widen_leading, expand_doubleword_clz)
(expand_ctz, expand_ffs, expand_unop): Likewise.

From-SVN: r202392
gcc/ChangeLog
gcc/asan.c
gcc/builtins.c
gcc/explow.c
gcc/expmed.c
gcc/expr.c
gcc/function.c
gcc/ifcvt.c
gcc/loop-unroll.c
gcc/modulo-sched.c
gcc/optabs.c