]> Cypherpunks repositories - gostls13.git/commitdiff
disable arm registifier for the moment
authorRob Pike <r@golang.org>
Thu, 13 Jan 2011 00:17:14 +0000 (16:17 -0800)
committerRob Pike <r@golang.org>
Thu, 13 Jan 2011 00:17:14 +0000 (16:17 -0800)
R=ken2, ken3
CC=golang-dev
https://golang.org/cl/3970041

src/cmd/5g/reg.c

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