OSDN Git Service

PR rtl-optimization/40101
authorabel <abel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 May 2009 15:33:17 +0000 (15:33 +0000)
committerabel <abel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 May 2009 15:33:17 +0000 (15:33 +0000)
commit961d3eb8ab8c235900db4f6d6aa82aa3ebcc3992
treee67fc2320eecc0c03c624be2080407ae17cbd6bd
parentbc3c318e362f6ac266baa6c018ff8cb00a05320e
    PR rtl-optimization/40101
        * sel-sched-ir.c (get_seqno_by_preds): Allow returning negative
        seqno.  Adjust comment.
        * sel-sched.c (find_seqno_for_bookkeeping): Assert that when
        inserting bookkeeping before a jump, the jump is not scheduled.
        When no positive seqno found, provide a value.  Add comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147977 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/sel-sched-ir.c
gcc/sel-sched.c