Commit a63d5dd1 authored by Russ Cox's avatar Russ Cox

cmd/gc: add OCHECKNOTNIL to race walker (fix build)

TBR=dvyukov
CC=golang-dev
https://golang.org/cl/7635046
parent 7c3694c4
......@@ -385,6 +385,7 @@ racewalknode(Node **np, NodeList **init, int wr, int skip)
case OHMUL:
case OLROT:
case ORROTC:
case OCHECKNOTNIL:
goto ret;
}
......
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