Fix ChangeLog entries tabs.

From-SVN: r157218
This commit is contained in:
Sebastian Pop 2010-03-04 12:16:54 +00:00
parent 572ae4769a
commit 8c0386a436
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
PR middle-end/43209
* tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not decrease
the cost of an IV candidate when the cost is infinite.
PR middle-end/43209
* tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not decrease
the cost of an IV candidate when the cost is infinite.
2010-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

View File

@ -1,7 +1,7 @@
2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
PR middle-end/43209
* gcc.dg/tree-ssa/ivopts-4.c: New.
PR middle-end/43209
* gcc.dg/tree-ssa/ivopts-4.c: New.
2010-03-03 Janis Johnson <janis187@us.ibm.com>