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

arm: disable peep for release

R=ken2
CC=golang-dev
https://golang.org/cl/4001051
This commit is contained in:
Rob Pike 2011-02-01 15:02:07 -08:00
parent 288a39c86b
commit 80f07cfbea

View File

@ -491,7 +491,7 @@ brk:
* peep-hole on basic block * peep-hole on basic block
*/ */
if(!debug['R'] || debug['P']) { if(!debug['R'] || debug['P']) {
peep(); // peep();
} }
/* /*