Commit 818a0d4e by Richard Kenner

(substitute_in_type, case REAL_TYPE): Fix typo in previous change.

From-SVN: r6627
parent afb52ee7
......@@ -2124,7 +2124,7 @@ substitute_in_type (t, f, r)
&& TREE_CODE (TYPE_MAX_VALUE (t)) != REAL_CST
&& contains_placeholder_p (TYPE_MAX_VALUE (t))))
{
t = copy_type (t);
t = build_type_copy (t);
if (TYPE_MIN_VALUE (t))
TYPE_MIN_VALUE (t) = substitute_in_expr (TYPE_MIN_VALUE (t), f, r);
......
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