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
1 changed files with 1 additions and 1 deletions

View File

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