]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: consistent naming of temporary vars
authorKeith Randall <khr@golang.org>
Thu, 17 Sep 2015 23:45:10 +0000 (16:45 -0700)
committerKeith Randall <khr@golang.org>
Thu, 17 Sep 2015 23:50:48 +0000 (23:50 +0000)
commitb32217a2730b322f4bdc2a00ff9159bae853b939
tree4d2393d87a72539a3772894a5d15875e8c9de8ed
parent269baa981e327caea3adb4722f17b4b02d5c834c
[dev.ssa] cmd/compile: consistent naming of temporary vars

ptrvar -> ptrVar, etc.

Change-Id: Id38bed0e145711dfe3bdc9541ab4741da6a570a2
Reviewed-on: https://go-review.googlesource.com/14725
Reviewed-by: Todd Neal <todd@tneal.org>
src/cmd/compile/internal/gc/ssa.go