projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbb8192
)
Reinstall this patch from Jason.
author
Jeff Law
<law@gcc.gnu.org>
Fri, 10 Apr 1998 21:30:30 +0000
(15:30 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 10 Apr 1998 21:30:30 +0000
(15:30 -0600)
8
Reinstall this patch from Jason.
* function.c (push_function_context_to): Don't call init_emit.
From-SVN: r19098
gcc/function.c
patch
|
blob
|
history
diff --git
a/gcc/function.c
b/gcc/function.c
index 873c430baf5f1eb6199935f3febd048f8010b839..7b273e21d093ccf00c47ff76cc7e1fcca75d4b6d 100644
(file)
--- a/
gcc/function.c
+++ b/
gcc/function.c
@@
-533,8
+533,6
@@
push_function_context_to (context)
save_varasm_status (p, context);
if (save_machine_status)
(*save_machine_status) (p);
-
- init_emit ();
}
void