1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:24:45 -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
*/
if(!debug['R'] || debug['P']) {
peep();
// peep();
}
/*