Commit 27fb3e16 by Richard Kenner Committed by Richard Kenner

* expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change.

From-SVN: r38568
parent e396cb7b
2000-12-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change.
2000-12-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* builtins.c (validate_arglist): New function, use it.
......
......@@ -7042,7 +7042,7 @@ expand_expr (exp, target, tmode, modifier)
if (mode == BLKmode)
{
tree nt = build_qualified_type (type_for_size (ext_mode, 0),
tree nt = build_qualified_type (type_for_mode (ext_mode, 0),
TYPE_QUAL_CONST);
rtx new = assign_temp (nt, 0, 1, 1);
......
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