Commit 5f180d36 by Eric Botcazou

Use gcc_unreachable () instead of gcc_assert (FALSE) in latest commit.

From-SVN: r109768
parent 183596eb
......@@ -7198,7 +7198,7 @@ fold_minmax (enum tree_code code, tree type, tree op0, tree op1)
else if (code == MAX_EXPR)
compl_code = MIN_EXPR;
else
gcc_assert (FALSE);
gcc_unreachable ();
/* MIN (MAX (a, b), b) == b.  */
if (TREE_CODE (op0) == compl_code
......
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