aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2014-08-21 20:32:22 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2014-08-21 20:32:22 +0000
commit58f4cf2afec0de32dc9f051e189779d19bc72777 (patch)
treee69e81c52594a1510d317f783550c1ae3a83cffd /gcc/cfgcleanup.c
parentfd6657fbb3f79043efae618c18088808bc17cab0 (diff)
downloadgcc-58f4cf2afec0de32dc9f051e189779d19bc72777.zip
gcc-58f4cf2afec0de32dc9f051e189779d19bc72777.tar.gz
gcc-58f4cf2afec0de32dc9f051e189779d19bc72777.tar.bz2
builtins.c: strengthen various rtx to rtx_insn * and other subclasses
gcc/ 2014-08-21 David Malcolm <dmalcolm@redhat.com> * builtins.c (expand_builtin_longjmp): Strengthen locals "insn" and "last" from rtx to rtx_insn *. (expand_builtin_nonlocal_goto): Likewise for local "insn". (expand_builtin_apply): Strengthen local "call_insn" from rtx to rtx_call_insn *. (expand_errno_check): Strengthen local "lab" from rtx to rtx_code_label *. (expand_builtin_mathfn): Strengthen local "insns" from rtx to rtx_insn *. (expand_builtin_mathfn_2): Likewise. (expand_builtin_mathfn_ternary): Likewise. (expand_builtin_mathfn_3): Likewise. (expand_builtin_interclass_mathfn): Likewise for local "last". (expand_builtin_int_roundingfn): Likewise for local "insns". (expand_builtin_int_roundingfn_2): Likewise. (expand_builtin_strlen): Likewise for local "before_strlen". (expand_builtin_strncmp): Likewise for local "seq". (expand_builtin_signbit): Likewise for local "last". (expand_builtin_atomic_compare_exchange): Strengthen local "label" from rtx to rtx_code_label *. (expand_stack_restore): Strengthen local "prev" from rtx to rtx_insn *. From-SVN: r214288
Diffstat (limited to 'gcc/cfgcleanup.c')
0 files changed, 0 insertions, 0 deletions