aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 9b4c2b9..27feb3b 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -6145,7 +6145,7 @@ thread_prologue_and_epilogue_insns (void)
prologue/epilogue is emitted only around those parts of the
function that require it. */
- try_shrink_wrapping (&entry_edge, orig_entry_edge, &bb_flags, prologue_seq);
+ try_shrink_wrapping (&entry_edge, &bb_flags, prologue_seq);
if (split_prologue_seq != NULL_RTX)
{