Commit 2698955a by Richard Guenther Committed by Richard Biener

re PR tree-optimization/44377 (ICE: gimple check: expected…

re PR tree-optimization/44377 (ICE: gimple check: expected gimple_return(error_mark), have gimple_call() in gimple_return_retval, at gimple.h:4311 with -fipa-pta)

2010-06-02  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/44377
	* tree-ssa-structalias.c (find_func_aliases): Fix typo.

From-SVN: r160152
parent 30972225
2010-06-02 Richard Guenther <rguenther@suse.de>
PR tree-optimization/44377
* tree-ssa-structalias.c (find_func_aliases): Fix typo.
2010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/2097.md (z10_fhex): Remove insn reservation. * config/s390/2097.md (z10_fhex): Remove insn reservation.
......
...@@ -4255,7 +4255,6 @@ find_func_aliases (gimple origt) ...@@ -4255,7 +4255,6 @@ find_func_aliases (gimple origt)
rhs.var = anything_id; rhs.var = anything_id;
rhs.offset = 0; rhs.offset = 0;
rhs.type = SCALAR; rhs.type = SCALAR;
get_constraint_for (gimple_return_retval (t), &rhsc);
process_constraint (new_constraint (lhs, rhs)); process_constraint (new_constraint (lhs, rhs));
} }
return; return;
......
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