projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e39083
)
(record_reg_life_pat): Fix precedence error.
author
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 13 Feb 1996 13:16:30 +0000
(08:16 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 13 Feb 1996 13:16:30 +0000
(08:16 -0500)
From-SVN: r11254
gcc/reg-stack.c
patch
|
blob
|
history
diff --git
a/gcc/reg-stack.c
b/gcc/reg-stack.c
index c099c61a0165f51ce6b5e8cf55e99335d1fa0882..7e5728108ddcd1b894f6b9a09b19726685810555 100644
(file)
--- a/
gcc/reg-stack.c
+++ b/
gcc/reg-stack.c
@@
-1,5
+1,5
@@
/* Register to Stack convert for GNU compiler.
- Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1994, 1995
, 1996
Free Software Foundation, Inc.
This file is part of GNU CC.
@@
-1062,7
+1062,7
@@
record_reg_life_pat (pat, src, dest, douse)
register int i;
if (STACK_REG_P (pat)
- ||
GET_CODE (pat) == SUBREG && STACK_REG_P (SUBREG_REG (pat
)))
+ ||
(GET_CODE (pat) == SUBREG && STACK_REG_P (SUBREG_REG (pat)
)))
{
if (src)
mark_regs_pat (pat, src);