Commit 80f07cfb authored by Rob Pike's avatar Rob Pike

arm: disable peep for release

R=ken2
CC=golang-dev
https://golang.org/cl/4001051
parent 288a39c8
...@@ -491,7 +491,7 @@ brk: ...@@ -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();
} }
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment