Commit 5d7ece6f authored by Nigel Tao's avatar Nigel Tao

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
parent 122d2873
......@@ -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];
......
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