rs6000.c (rs6000_aggregate_candidate): Revert accidental change due to wide-int branch merge.

2014-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>

	* config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
	accidental change due to wide-int branch merge.

From-SVN: r212100
This commit is contained in:
Ulrich Weigand 2014-06-28 10:23:53 +00:00 committed by Ulrich Weigand
parent fb682f9458
commit a86471635f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2014-06-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
accidental change due to wide-int branch merge.
2014-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (gcc_cv_as_compress_debug): Check for assembler

View file

@ -8766,6 +8766,7 @@ rs6000_aggregate_candidate (const_tree type, enum machine_mode *modep)
fixed. */
if (!COMPLETE_TYPE_P (type)
|| TREE_CODE (TYPE_SIZE (type)) != INTEGER_CST)
return -1;
for (field = TYPE_FIELDS (type); field; field = TREE_CHAIN (field))
{