i386.c (output_int_conditional_move): Use "enum rtx_code" for code type.
authorH.J. Lu <hjl@gnu.org>
Thu, 1 Apr 1999 02:56:31 +0000 (02:56 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 1 Apr 1999 02:56:31 +0000 (19:56 -0700)
        * i386.c (output_int_conditional_move): Use "enum rtx_code" for code
        type.

From-SVN: r26098

gcc/ChangeLog
gcc/config/i386/i386.c

index 10817254393cf61826510b29f900be7327d37a52..237c5edb9503b47c931ee8947e5d897fad9390f2 100644 (file)
@@ -1,5 +1,8 @@
 Thu Apr  1 03:48:34 1999  H.J. Lu  (hjl@gnu.org)
 
+       * i386.c (output_int_conditional_move): Use "enum rtx_code" for code
+       type.
+
        * i386.c (notice_update_cc): No need to check the INT mode for
        conditional moves since FLOAT conditional moves don't affect cc0.
 
index aa2ffdaa4c8831430a719c5c07560285f4180a03..323838e2bb4c0efd23da9a0b4a608b7d595917c7 100644 (file)
@@ -5515,7 +5515,7 @@ output_int_conditional_move (which_alternative, operands)
      int which_alternative;
      rtx operands[];
 {
-  int code = GET_CODE (operands[1]);
+  enum rtx_code code = GET_CODE (operands[1]);
 
   /* This is very tricky. We have to do it right. For a code segement
      like: