1
0
mirror of https://github.com/golang/go synced 2024-11-22 06:24:38 -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:
Nigel Tao 2012-09-10 11:24:34 +10:00
parent 122d2873a8
commit 5d7ece6f44

View File

@ -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];