projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab7138
)
* expr.c (expand_builtin_return_addr): Fix order of parameters.
author
Mike Stump
<mrs@gcc.gnu.org>
Thu, 15 Aug 1996 19:59:00 +0000
(19:59 +0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Thu, 15 Aug 1996 19:59:00 +0000
(19:59 +0000)
From-SVN: r12644
gcc/expr.c
patch
|
blob
|
history
diff --git
a/gcc/expr.c
b/gcc/expr.c
index d79546e80cd6c5ee35ed99d0ad72cb5b79085d52..e1b178779f5e8341b735a0dbf3d031627dd9d016 100644
(file)
--- a/
gcc/expr.c
+++ b/
gcc/expr.c
@@
-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;