Commit 5b59ff3b by Jeff Law Committed by Jeff Law

vrp17.c: Simplify.

        * gcc.dg/tree-ssa/vrp17.c: Simplify.  Remove dependency on
        argument evaluation order.

From-SVN: r101743
parent 94bb1a2d
2005-07-07 Jeff Law <law@redhat.com>
* gcc.dg/tree-ssa/vrp17.c: Simplify. Remove dependency on
argument evaluation order.
2005-07-07 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/21594
......
......@@ -19,19 +19,12 @@ union tree_node
struct tree_exp exp;
};
int
gimplify_for_stmt (tree * stmt_p, tree * pre_p)
gimplify_for_stmt (tree stmt)
{
tree stmt = *stmt_p;
arf (({
if (3 >= tree_code_length[stmt->common.code])
abort ();
stmt->exp.operands[3];
}),
({
if (2 >= tree_code_length[stmt->common.code])
abort ();
stmt->exp.operands[2];
}));
if (3 >= tree_code_length[stmt->common.code])
abort ();
}
/* { dg-final { scan-tree-dump-times "== 3" 1 "vrp" } } */
......
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