Commit 31e9f857 by Ian Lance Taylor

gofrontend: add missing break in Builtin_call_expression::do_flatten

    
    Reviewed-on: https://go-review.googlesource.com/29593

From-SVN: r240378
parent 43639d2c
69668416034247ac6c7228c9dcbf6719af05b6ca 34c4837efc21c35eb21f40efc9bb6b1d71dbda47
The first line of this file holds the git revision number of the last The first line of this file holds the git revision number of the last
merge done from the gofrontend repository. merge done from the gofrontend repository.
...@@ -7066,6 +7066,7 @@ Builtin_call_expression::do_flatten(Gogo*, Named_object*, ...@@ -7066,6 +7066,7 @@ Builtin_call_expression::do_flatten(Gogo*, Named_object*,
*pa = Expression::make_temporary_reference(temp, loc); *pa = Expression::make_temporary_reference(temp, loc);
} }
} }
break;
case BUILTIN_LEN: case BUILTIN_LEN:
Expression_list::iterator pa = this->args()->begin(); Expression_list::iterator pa = this->args()->begin();
......
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