mirror of
https://github.com/golang/go
synced 2024-11-22 00:24:41 -07:00
6g: delete unnecessary OXXX initialization.
No longer necessary after https://golang.org/cl/6497073/ removed the `if(n5.op != OXXX) { regfree(&n5); }`. R=remy, r CC=golang-dev, rsc https://golang.org/cl/6498101
This commit is contained in:
parent
122d2873a8
commit
5d7ece6f44
@ -669,7 +669,6 @@ agen(Node *n, Node *res)
|
||||
|
||||
if(!debug['B'] && !n->bounded) {
|
||||
// check bounds
|
||||
n5.op = OXXX;
|
||||
t = types[TUINT32];
|
||||
if(is64(nr->type))
|
||||
t = types[TUINT64];
|
||||
|
Loading…
Reference in New Issue
Block a user