aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1996-10-23 04:15:02 +0000
committerTorbjorn Granlund <tege@gnu.org>1996-10-23 04:15:02 +0000
commitc0eccde6cfcfc5923c2f71917793cf9df5881e7d (patch)
tree1ae9f957e6b941bfeff573cc40e3fa1d4a85617b /gcc/expr.h
parent34d6007ae0d0bc36beaef2da55c9324adacbc476 (diff)
downloadgcc-c0eccde6cfcfc5923c2f71917793cf9df5881e7d.zip
gcc-c0eccde6cfcfc5923c2f71917793cf9df5881e7d.tar.gz
gcc-c0eccde6cfcfc5923c2f71917793cf9df5881e7d.tar.bz2
(emit_store_flag_force): Declare.
From-SVN: r13001
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index c5200e8..573acdf 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -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. */