gcc/ChangeLog:
2014-09-10 David Malcolm <dmalcolm@redhat.com>
* genextract.c (print_header): When writing out insn_extract to
insn-extract.c, strengthen the param "insn" from rtx to rtx_insn *.
* recog.h (insn_extract): Strengthen the param from rtx to
rtx_insn *.
From-SVN: r215132
+2014-09-10 David Malcolm <dmalcolm@redhat.com>
+
+ * genextract.c (print_header): When writing out insn_extract to
+ insn-extract.c, strengthen the param "insn" from rtx to rtx_insn *.
+ * recog.h (insn_extract): Strengthen the param from rtx to
+ rtx_insn *.
+
2014-09-10 Mike Stump <mikestump@comcast.net>
* doc/install.texi (Prerequisites): Note Tcl 8.6 bug fixed in
puts ("\
void\n\
-insn_extract (rtx insn)\n{\n\
+insn_extract (rtx_insn *insn)\n{\n\
rtx *ro = recog_data.operand;\n\
rtx **ro_loc = recog_data.operand_loc;\n\
rtx pat = PATTERN (insn);\n\
#endif
extern void add_clobbers (rtx, int);
extern int added_clobbers_hard_reg_p (int);
-extern void insn_extract (rtx);
+extern void insn_extract (rtx_insn *);
extern void extract_insn (rtx_insn *);
extern void extract_constrain_insn_cached (rtx_insn *);
extern void extract_insn_cached (rtx_insn *);