]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* rtl.h (sets_cc0_p): Revert Oct 14 ATTRIBUTE_NORETURN change.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 16 Oct 1998 08:57:03 +0000 (08:57 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 16 Oct 1998 08:57:03 +0000 (08:57 +0000)
From-SVN: r23129

gcc/ChangeLog
gcc/rtl.h

index 7f3add0550e16aa9ef0550de670e35ca1092313d..6899cf828dde992294ce51e283b9cb1a761bff5a 100644 (file)
@@ -1,4 +1,9 @@
+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
index 7a0259305c347718df98c9cd434e27d396b6477c..3c78edc4277e256cf25942d5bb851b36007d1fe9 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -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));