* builtins.c (type_to_class): Fix typo in last change.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 22 Aug 2001 03:53:51 +0000 (03:53 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 22 Aug 2001 03:53:51 +0000 (03:53 +0000)
From-SVN: r45092

gcc/ChangeLog
gcc/builtins.c

index e07c413085406b434acb69a274bfbdf90c4bc24d..dab28746f14cdc54000043dd34ec266198a6630a 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * builtins.c (type_to_class): Fix typo in last change.
+
 2001-08-21  Richard Henderson  <rth@redhat.com>
 
        * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if 
index 2d92e0072585411163f999a8ff8712c11b4e4850..a6ebae57b33e53609d863abf56b260a4d7d53c6b 100644 (file)
@@ -91,7 +91,7 @@ static rtx expand_builtin_apply_args  PARAMS ((void));
 static rtx expand_builtin_apply_args_1 PARAMS ((void));
 static rtx expand_builtin_apply                PARAMS ((rtx, rtx, rtx));
 static void expand_builtin_return      PARAMS ((rtx));
-static int type_to_class               PARAMS ((tree));
+static enum type_class type_to_class   PARAMS ((tree));
 static rtx expand_builtin_classify_type        PARAMS ((tree));
 static rtx expand_builtin_mathfn       PARAMS ((tree, rtx, rtx));
 static rtx expand_builtin_constant_p   PARAMS ((tree));