Commit 34e0c8d5 by Jack Howarth Committed by Mike Stump

varpool.c (varpool_extra_name_alias): Return NULL, not false.

2011-06-03  Jack Howarth <howarth@bromo.med.uc.edu>

	 * varpool.c (varpool_extra_name_alias): Return NULL, not false.

From-SVN: r174612
parent 8929d9ea
2011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>
* varpool.c (varpool_extra_name_alias): Return NULL, not false.
2011-06-03 Richard Henderson <rth@redhat.com>
Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
......
......@@ -676,7 +676,7 @@ varpool_extra_name_alias (tree alias, tree decl)
#ifndef ASM_OUTPUT_DEF
/* If aliases aren't supported by the assembler, fail. */
return false;
return NULL;
#endif
gcc_assert (TREE_CODE (decl) == VAR_DECL);
......
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