URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Show entire file |
Details |
Blame |
View Log
Rev 282 |
Rev 378 |
Line 2332... |
Line 2332... |
we need to enforce that here too */
|
we need to enforce that here too */
|
if (distance > 600)
|
if (distance > 600)
|
return;
|
return;
|
|
|
/* If we have a Basic block note, emit it after the basic block note. */
|
/* If we have a Basic block note, emit it after the basic block note. */
|
if (NOTE_KIND (before) == NOTE_INSN_BASIC_BLOCK)
|
if (NOTE_INSN_BASIC_BLOCK_P (before))
|
before = NEXT_INSN (before);
|
before = NEXT_INSN (before);
|
|
|
branch_label = gen_label_rtx ();
|
branch_label = gen_label_rtx ();
|
LABEL_NUSES (branch_label)++;
|
LABEL_NUSES (branch_label)++;
|
LABEL_PRESERVE_P (branch_label) = 1;
|
LABEL_PRESERVE_P (branch_label) = 1;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.