Commit 78ba449a authored by Luuk van Dijk's avatar Luuk van Dijk

cmd/gc: Missing break in esc switch.

R=rsc
CC=golang-dev
https://golang.org/cl/6594053
parent af582674
......@@ -416,6 +416,7 @@ esc(EscState *e, Node *n)
// fatal("escape anaylysis missed or messed up a label: %+N", n);
n->left->sym->label = nil;
break;
case ORANGE:
// Everything but fixed array is a dereference.
......
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