diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-09 06:10:36 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-09 06:10:36 +0000 |
commit | 308f360f7153b8c22ffd9ab32be7485fd9d4d5ed (patch) | |
tree | 1d15287ab59ac37d33a4e7e71c8d75bac8bc6df3 /gcc/output.h | |
parent | 5563be3d7e770a0b3242df9c0f8e6c989ea62498 (diff) | |
download | gcc-308f360f7153b8c22ffd9ab32be7485fd9d4d5ed.tar.gz |
* final.c (current_insn_predicate): New.
(final_scan_insn): Set it.
* output.h (current_insn_predicate): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33790 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index 6af8de6bea0..48d5a7383da 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -433,6 +433,10 @@ extern int current_function_uses_only_leaf_regs; extern FILE *rtl_dump_file; #endif +/* Nonnull if the insn currently being emitted was a COND_EXEC pattern. */ + +extern struct rtx_def *current_insn_predicate; + /* Decide whether DECL needs to be in a writable section. RELOC is the same as for SELECT_SECTION. */ |