(emit_store_flag_force): Declare.
authorTorbjorn Granlund <tege@gnu.org>
Wed, 23 Oct 1996 04:15:02 +0000 (04:15 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Wed, 23 Oct 1996 04:15:02 +0000 (04:15 +0000)
From-SVN: r13001

gcc/expr.h

index c5200e8eba8630aace8268bbce51048f825af696..573acdf7b0bd0dec3626c661b5892ce51f283610 100644 (file)
@@ -580,6 +580,10 @@ extern rtx expand_and PROTO((rtx, rtx, rtx));
 extern rtx emit_store_flag PROTO((rtx, enum rtx_code, rtx, rtx,
                                  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:  */
 
 /* Given a JUMP_INSN, return a description of the test being made.  */