diff options
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index d2b5654..84128a4 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -1066,8 +1066,8 @@ steal_delay_list_from_target (rtx_insn *insn, rtx condition, rtx_sequence *seq, We cannot steal the delay list if one of the instructions in the current delay_list modifies the condition codes and the jump in the - sequence is a conditional jump. We cannot do this because we can - not change the direction of the jump because the condition codes + sequence is a conditional jump. We cannot do this because we cannot + change the direction of the jump because the condition codes will effect the direction of the jump in the sequence. */ CLEAR_RESOURCE (&cc_set); |