This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Cannot modify jumps after sched2
- From: "Paulo Matos" <pmatos at broadcom dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Tue, 9 Oct 2012 10:02:59 +0000
- Subject: Cannot modify jumps after sched2
Hi,
Is there any good way to define TARGET_CANNOT_MODIFY_JUMPS_P such that jumps are not modified after sched2?
Or in other words, is there a way to recognize if sched2 has already been ran (sched2_completed, maybe)?
Cheers,
Paulo Matos