diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 26fc9ecc..4df1800 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -7601,7 +7601,7 @@ thread_prologue_and_epilogue_insns (f) that with a conditional return instruction. */ else if (condjump_p (jump)) { - if (! redirect_jump (jump, 0, 1)) + if (! redirect_jump (jump, 0, 0)) continue; /* If this block has only one successor, it both jumps |