Commit a90352a0 by Toon Moene Committed by Toon Moene

tree-predcom.c (combine_chains): Return NULL, not false.

ChangeLog

	* tree-predcom.c (combine_chains): Return NULL, not false.

From-SVN: r156191
parent e96d7dd7
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment