OSDN Git Service

* builtins.c (type_to_class): Fix typo in last change.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Aug 2001 03:53:51 +0000 (03:53 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Aug 2001 03:53:51 +0000 (03:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45092 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/builtins.c

index e07c413..dab2874 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 2d92e00..a6ebae5 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));