]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] clarify ODCL todo, remove irrelevant colas todo
authorDaniel Morsing <daniel.morsing@gmail.com>
Thu, 11 Jun 2015 19:37:01 +0000 (20:37 +0100)
committerDaniel Morsing <daniel.morsing@gmail.com>
Fri, 12 Jun 2015 09:24:08 +0000 (09:24 +0000)
commitd5ad9ced1c82d4a1cb63d92f33552a064d7e8162
tree5541ef4e9da5ccedd8e750645c28177af93c1328
parentba8a146af443205876b087a8adb499aa7d4dd455
[dev.ssa] clarify ODCL todo, remove irrelevant colas todo

ODCL nodes are used as the point where the variable is allocated in
the old pass. colas is irrelevant at this point of the compile. All
the checks on it happen at parse time and an ODCL node will have been
inserted right before it.

Change-Id: I1aca053aaa4363bacd12e1156de86fa7b6190a55
Reviewed-on: https://go-review.googlesource.com/10901
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go