Commit 91db4a92 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* builtins.c (type_to_class): Fix typo in last change.

From-SVN: r45092
parent 209218a6
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> 2001-08-21 Richard Henderson <rth@redhat.com>
* config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
......
...@@ -91,7 +91,7 @@ static rtx expand_builtin_apply_args PARAMS ((void)); ...@@ -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_args_1 PARAMS ((void));
static rtx expand_builtin_apply PARAMS ((rtx, rtx, rtx)); static rtx expand_builtin_apply PARAMS ((rtx, rtx, rtx));
static void expand_builtin_return PARAMS ((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_classify_type PARAMS ((tree));
static rtx expand_builtin_mathfn PARAMS ((tree, rtx, rtx)); static rtx expand_builtin_mathfn PARAMS ((tree, rtx, rtx));
static rtx expand_builtin_constant_p PARAMS ((tree)); static rtx expand_builtin_constant_p PARAMS ((tree));
......
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