diff options
author | Richard Stallman <rms@gnu.org> | 1992-02-03 02:56:47 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-02-03 02:56:47 +0000 |
commit | d0c843905fb80277b804d96c58d07ed444519d32 (patch) | |
tree | 4d660492b3952e6d078a3b97af59c36be68b9509 /gcc | |
parent | bd58420c07007371fa217a85dc03727e3018eac9 (diff) | |
download | gcc-d0c843905fb80277b804d96c58d07ed444519d32.zip gcc-d0c843905fb80277b804d96c58d07ed444519d32.tar.gz gcc-d0c843905fb80277b804d96c58d07ed444519d32.tar.bz2 |
*** empty log message ***
From-SVN: r272
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -627,6 +627,7 @@ extern rtx try_split (); extern rtx split_insns (); extern rtx simplify_unary_operation (), simplify_binary_operation (); extern rtx simplify_ternary_operation (), simplify_relational_operation (); +extern rtx nonlocal_label_rtx_list (); /* Maximum number of parallel sets and clobbers in any insn in this fn. Always at least 3, since the combiner could put that many togetherm |