On 08/06/14 11:20, David Malcolm wrote:
This is an example of strengthening rtx.  For example, we
now have strong enough types provided by the existing scaffolding to
turn "insn" and "insns" in this:

   for (insn = insns; insn; insn = NEXT_INSN (insn))

from plain rtx into rtx_insn *.

gcc/
        * asan.c (asan_clear_shadow): Strengthen locals "insn", "insns"
        and "jump" from rtx to rtx_insn *.  Strengthen local "top_label"
        from rtx to rtx_code_label *.
OK.
jeff

Reply via email to