Commit afd7acb2 by Jason Merrill

format

From-SVN: r228605
parent de8b96f4
...@@ -2505,7 +2505,7 @@ cxx_fold_indirect_ref (location_t loc, tree type, tree op0, bool *empty_base) ...@@ -2505,7 +2505,7 @@ cxx_fold_indirect_ref (location_t loc, tree type, tree op0, bool *empty_base)
(TREE_TYPE (field), type))) (TREE_TYPE (field), type)))
{ {
return fold_build3 (COMPONENT_REF, type, op00, return fold_build3 (COMPONENT_REF, type, op00,
field, NULL_TREE); field, NULL_TREE);
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