mirror of https://github.com/golang/go.git
arm: disable peep for release
R=ken2 CC=golang-dev https://golang.org/cl/4001051
This commit is contained in:
parent
288a39c86b
commit
80f07cfbea
|
|
@ -491,7 +491,7 @@ brk:
|
|||
* peep-hole on basic block
|
||||
*/
|
||||
if(!debug['R'] || debug['P']) {
|
||||
peep();
|
||||
// peep();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue