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:
parent
288a39c86b
commit
80f07cfbea
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user