Commit c2861502 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* rtl.h (sets_cc0_p): Revert Oct 14 ATTRIBUTE_NORETURN change.

From-SVN: r23129
parent 318b0430
Fri Oct 16 11:49:01 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* rtl.h (sets_cc0_p): Revert Oct 14 ATTRIBUTE_NORETURN change.
Fri Oct 16 07:08:46 1998 Bruce Korb <korb@datadesign.com>
* fixinc/* Moved in from ../contrib directory in preparation
for integrating it into the normal build process. In particular,
fixinc/Makefile.in must be config-ed into the build directory
......
......@@ -1242,11 +1242,7 @@ extern void cse_end_of_basic_block PROTO ((rtx,
extern int comparison_dominates_p PROTO ((enum rtx_code, enum rtx_code));
extern int condjump_p PROTO ((rtx));
extern int simplejump_p PROTO ((rtx));
extern int sets_cc0_p PROTO ((rtx))
#ifndef HAVE_cc0
ATTRIBUTE_NORETURN
#endif
;
extern int sets_cc0_p PROTO ((rtx));
extern int invert_jump PROTO ((rtx, rtx));
extern int rtx_renumbered_equal_p PROTO ((rtx, rtx));
extern int true_regnum PROTO ((rtx));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment