Code higher up in the function already catches these cases.
R=remyoudompheng, rsc
CC=golang-dev
https://golang.org/cl/
6496106
switch(nl->type->etype) {
case TARRAY:
- if(!isslice(nl->type))
- goto no;
-
nodl.xoffset += Array_array;
nodl.type = ptrto(nl->type->type);
gmove(&nodr, &nodl);
goto yes;
-
- case TSTRUCT:
- goto no;
}
no:
switch(nl->type->etype) {
case TARRAY:
- if(!isslice(nl->type))
- goto no;
-
nodl.xoffset += Array_array;
nodl.type = ptrto(nl->type->type);
gmove(&nodr, &nodl);
goto yes;
-
- case TSTRUCT:
- goto no;
}
no: