diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-22 03:53:51 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-22 03:53:51 +0000 |
commit | 0608064e04b2835b6b43807e387ab527fb53015e (patch) | |
tree | 5140ca47ea363fdd0d10da59fe72db8d0a8a32e5 /gcc/builtins.c | |
parent | 23fe75ca7bebbfb7f4a8319f85c15ec44e845dbc (diff) | |
download | gcc-0608064e04b2835b6b43807e387ab527fb53015e.tar.gz |
* builtins.c (type_to_class): Fix typo in last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45092 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 2d92e007258..a6ebae57b33 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -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)); |