]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: s/flag_race/instrumenting/ in OCONVNOP check
authorIan Lance Taylor <iant@golang.org>
Tue, 1 Mar 2016 23:17:34 +0000 (15:17 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 1 Mar 2016 23:58:35 +0000 (23:58 +0000)
commit88e18032bd76656afcf246c1a252e04cf462b41e
tree3f532922993a76aa6ad7c5b5346358e9879bc97d
parent519474451a44b861e54466998a893a173bd54c4b
cmd/compile: s/flag_race/instrumenting/ in OCONVNOP check

This check seems to apply to all code instrumentation, not just -race.

Fixes #14589.

Change-Id: I16ae07749ede7c1e6ed06f472711638d195034ac
Reviewed-on: https://go-review.googlesource.com/20113
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Marvin Stenger <marvin.stenger94@gmail.com>
src/cmd/compile/internal/gc/ssa.go