Commit c0eccde6 by Torbjorn Granlund

(emit_store_flag_force): Declare.

From-SVN: r13001
parent 34d6007a
...@@ -580,6 +580,10 @@ extern rtx expand_and PROTO((rtx, rtx, rtx)); ...@@ -580,6 +580,10 @@ extern rtx expand_and PROTO((rtx, rtx, rtx));
extern rtx emit_store_flag PROTO((rtx, enum rtx_code, rtx, rtx, extern rtx emit_store_flag PROTO((rtx, enum rtx_code, rtx, rtx,
enum machine_mode, int, int)); enum machine_mode, int, int));
/* Like emit_store_flag, but always succeeds. */
extern rtx emit_store_flag_force PROTO((rtx, enum rtx_code, rtx, rtx,
enum machine_mode, int, int));
/* Functions from loop.c: */ /* Functions from loop.c: */
/* Given a JUMP_INSN, return a description of the test being made. */ /* Given a JUMP_INSN, return a description of the test being made. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment