]> git.ipfire.org Git - thirdparty/gcc.git/commit
combine.c (label_tick_ebb_start): Fix comment.
authorAdam Nemet <anemet@caviumnetworks.com>
Thu, 8 Oct 2009 17:54:24 +0000 (17:54 +0000)
committerAdam Nemet <nemet@gcc.gnu.org>
Thu, 8 Oct 2009 17:54:24 +0000 (17:54 +0000)
commite3104f55001fa42614c49cab274e078978d64e5a
tree4323ef63762199cb09a4a81657f966f46ad50f0f
parenta020110e54d48068eb9c958a7f248715a534bb37
combine.c (label_tick_ebb_start): Fix comment.

* combine.c (label_tick_ebb_start): Fix comment.
(combine_instructions): Set label_tick and label_tick_ebb_start before
calling setup_incoming_promotions.  Start them from 1.  Increment
label_tick instead of deriving it from the BB index.  Rather than
comparing ticks use the block from the previous iteration to decide
whether to start a new EBB.  Remove empty lines before function.

testsuite/
* gcc.target/mips/truncate-6.c: New test.

From-SVN: r152567
gcc/ChangeLog
gcc/combine.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/truncate-6.c [new file with mode: 0644]