Commit 88217f44 by Volker Reichelt Committed by Volker Reichelt

* call.c (resolve_args): Remove redundant test.

From-SVN: r105034
parent c40cb38d
2005-10-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* call.c (resolve_args): Remove redundant test.
2005-10-05 Paolo Bonzini <bonzini@gnu.org>
PR tree-optimization/21419
......
......@@ -2689,7 +2689,7 @@ resolve_args (tree args)
{
tree arg = TREE_VALUE (t);
if (arg == error_mark_node || error_operand_p (arg))
if (error_operand_p (arg))
return error_mark_node;
else if (VOID_TYPE_P (TREE_TYPE (arg)))
{
......
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