mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 04:35:28 +08:00
tree-predcom.c (combine_chains): Return NULL, not false.
ChangeLog * tree-predcom.c (combine_chains): Return NULL, not false. From-SVN: r156191
This commit is contained in:
parent
e96d7dd79f
commit
a90352a07b
@ -1,3 +1,7 @@
|
||||
2010-01-23 Toon Moene <toon@moene.org>
|
||||
|
||||
* tree-predcom.c (combine_chains): Return NULL, not false.
|
||||
|
||||
2010-01-23 Joern Rennecke <amylaar@spamcop.net>
|
||||
|
||||
* tree-loop-distribution.c (distribute_loop): Fix declaration and
|
||||
|
@ -2277,7 +2277,7 @@ combine_chains (chain_p ch1, chain_p ch2)
|
||||
tree rslt_type = NULL_TREE;
|
||||
|
||||
if (ch1 == ch2)
|
||||
return false;
|
||||
return NULL;
|
||||
if (ch1->length != ch2->length)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user