1
0
mirror of https://github.com/golang/go synced 2024-11-21 20:04:44 -07:00

disable arm registifier for the moment

R=ken2, ken3
CC=golang-dev
https://golang.org/cl/3970041
This commit is contained in:
Rob Pike 2011-01-12 16:17:14 -08:00
parent 51b8d23e3b
commit d88f717da6

View File

@ -137,6 +137,7 @@ regopt(Prog *firstp)
uint32 vreg;
Bits bit;
return; // disabled for the moment
if(first == 0) {
fmtinstall('Q', Qconv);
}