* expr.c (expand_builtin_return_addr): Fix order of parameters.
authorMike Stump <mrs@gcc.gnu.org>
Thu, 15 Aug 1996 19:59:00 +0000 (19:59 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 15 Aug 1996 19:59:00 +0000 (19:59 +0000)
From-SVN: r12644

gcc/expr.c

index d79546e80cd6c5ee35ed99d0ad72cb5b79085d52..e1b178779f5e8341b735a0dbf3d031627dd9d016 100644 (file)
@@ -7889,8 +7889,8 @@ c_strlen (src)
 rtx
 expand_builtin_return_addr (fndecl_code, count, tem)
      enum built_in_function fndecl_code;
-     rtx tem;
      int count;
+     rtx tem;
 {
   int i;