projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29aad31
)
Reinstall 1.245 -> 1.246 change
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 20 Jan 2001 13:40:23 +0000
(08:40 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 20 Jan 2001 13:40:23 +0000
(08:40 -0500)
From-SVN: r39154
gcc/function.c
patch
|
blob
|
history
diff --git
a/gcc/function.c
b/gcc/function.c
index 8e7eeae372b512c53795392e6b2099a25b719c7d..e6d56f01ba1bcf2b3d35ee69a34c88f41e0ed4ad 100644
(file)
--- a/
gcc/function.c
+++ b/
gcc/function.c
@@
-4595,7
+4595,7
@@
assign_parms (fndecl)
&& GET_CODE (XEXP (XVECEXP (entry_parm, 0, i), 0)) == REG
&& (GET_MODE (XEXP (XVECEXP (entry_parm, 0, i), 0))
== passed_mode)
- &&
XINT (XEXP (XVECEXP (entry_parm, 0, i), 1), 0
) == 0)
+ &&
INTVAL (XEXP (XVECEXP (entry_parm, 0, i), 1)
) == 0)
{
entry_parm = XEXP (XVECEXP (entry_parm, 0, i), 0);
DECL_INCOMING_RTL (parm) = entry_parm;