Commit 21f0e042 by Richard Kenner

(stabilize_reference): Fix typo in last change.

From-SVN: r8771
parent c36a127d
...@@ -2407,7 +2407,7 @@ stabilize_reference (ref) ...@@ -2407,7 +2407,7 @@ stabilize_reference (ref)
case RTL_EXPR: case RTL_EXPR:
result = build1 (INDIRECT_REF, TREE_TYPE (ref), result = build1 (INDIRECT_REF, TREE_TYPE (ref),
save_expr (build1 (ADDR_EXPR, save_expr (build1 (ADDR_EXPR,
TREE_TYPE (TREE_TYPE (ref)), build_pointer_type (TREE_TYPE (ref)),
ref))); ref)));
break; break;
......
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