diff options
author | Torbjorn Granlund <tege@gnu.org> | 1996-10-23 04:15:02 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1996-10-23 04:15:02 +0000 |
commit | c0eccde6cfcfc5923c2f71917793cf9df5881e7d (patch) | |
tree | 1ae9f957e6b941bfeff573cc40e3fa1d4a85617b /gcc | |
parent | 34d6007ae0d0bc36beaef2da55c9324adacbc476 (diff) | |
download | gcc-c0eccde6cfcfc5923c2f71917793cf9df5881e7d.zip gcc-c0eccde6cfcfc5923c2f71917793cf9df5881e7d.tar.gz gcc-c0eccde6cfcfc5923c2f71917793cf9df5881e7d.tar.bz2 |
(emit_store_flag_force): Declare.
From-SVN: r13001
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. */ |