* builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.

From-SVN: r28319
This commit is contained in:
Franz Sirl 1999-07-28 18:29:01 +00:00 committed by Richard Henderson
parent 00e6c09cc1
commit 895f233648
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jul 28 11:28:04 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
Wed Jul 28 11:23:48 1999 Richard Henderson <rth@cygnus.com>
* pa.c (hppa_builtin_saveregs): Use get_varargs_alias_set

View File

@ -2289,7 +2289,7 @@ expand_builtin (exp, target, subtarget, mode, ignore)
break;
case BUILT_IN_FFS:
target = expand_builtin_ffs (exp, target, subtarget);
target = expand_builtin_ffs (arglist, target, subtarget);
if (target)
return target;
break;