projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a807d3
)
(reload): Make starting_frame_size be HOST_WIDE_INT.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:49:43 +0000
(18:49 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 7 Dec 1996 23:49:43 +0000
(18:49 -0500)
From-SVN: r13245
gcc/reload1.c
patch
|
blob
|
history
diff --git
a/gcc/reload1.c
b/gcc/reload1.c
index 4f1168fcbb01205a4145922afb1c5a3773445d68..3bde16541abd3cae57b9ed68db1738289d9f591c 100644
(file)
--- a/
gcc/reload1.c
+++ b/
gcc/reload1.c
@@
-787,7
+787,7
@@
reload (first, global, dumpfile)
rtx max_groups_insn[N_REG_CLASSES];
rtx max_nongroups_insn[N_REG_CLASSES];
rtx x;
-
int
starting_frame_size = get_frame_size ();
+
HOST_WIDE_INT
starting_frame_size = get_frame_size ();
int previous_frame_pointer_needed = frame_pointer_needed;
static char *reg_class_names[] = REG_CLASS_NAMES;