recog.h (extract_constrain_insn): Declare.
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 22 Oct 2014 12:01:59 +0000 (12:01 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 22 Oct 2014 12:01:59 +0000 (12:01 +0000)
commit75d25a02fcd6d85c314700b5b2e03743f1bec04a
tree1cfd60a35211e1d5fcc4f29a8a6797c182569882
parentd95a2703476dcbacd128577bb0c41b74588132b1
recog.h (extract_constrain_insn): Declare.

gcc/
* recog.h (extract_constrain_insn): Declare.
* recog.c (extract_constrain_insn): New function.
* lra.c (check_rtl): Use it.
* postreload.c (reload_cse_simplify_operands): Likewise.
* reg-stack.c (check_asm_stack_operands): Likewise.
(subst_asm_stack_regs): Likewise.
* regcprop.c (copyprop_hardreg_forward_1): Likewise.
* regrename.c (build_def_use): Likewise.
* sel-sched.c (get_reg_class): Likewise.
* config/arm/arm.c (note_invalid_constants): Likewise.
* config/s390/predicates.md (execute_operation): Likewise.

From-SVN: r216553
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/s390/predicates.md
gcc/lra.c
gcc/postreload.c
gcc/recog.c
gcc/recog.h
gcc/reg-stack.c
gcc/regcprop.c
gcc/regrename.c
gcc/sel-sched.c