]> Cypherpunks repositories - gostls13.git/commit
[dev.debug] cmd/compile: keep float names in the Names list
authorHeschi Kreinick <heschi@google.com>
Thu, 25 May 2017 19:34:05 +0000 (15:34 -0400)
committerHeschi Kreinick <heschi@google.com>
Tue, 25 Jul 2017 19:33:51 +0000 (19:33 +0000)
commit788aa88cd0c63b75d49a54592e2a467c6183256f
treed6c1a9c4315858602fac85e28c699519a78bf9c9
parentc1c08a13e7ed219148f18ce8e4aaed5202eed409
[dev.debug] cmd/compile: keep float names in the Names list

Fix an oversight in decompose that caused floats to be missing from the
Names list.

Change-Id: I5db9c9498e9a4421742389eb929752fdac873b38
Reviewed-on: https://go-review.googlesource.com/50877
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/ssa/decompose.go