exp/ssa: add Instruction.Operands and Value.Referrers methods.
Operands returns the SSA values used by an instruction.
Referrers returns the SSA instructions that use a value, for
some values. These will be used for SSA renaming, to follow.
*** Submitted as https://code.google.com/p/go/source/detail?r=ff721d07344a *** exp/ssa: add Instruction.Operands and Value.Referrers methods. Operands returns the SSA ...
12 years, 4 months ago
(2013-02-13 05:15:11 UTC)
#3
*** Submitted as https://code.google.com/p/go/source/detail?r=ff721d07344a ***
exp/ssa: add Instruction.Operands and Value.Referrers methods.
Operands returns the SSA values used by an instruction.
Referrers returns the SSA instructions that use a value, for
some values. These will be used for SSA renaming, to follow.
R=iant, gri
CC=golang-dev
https://codereview.appspot.com/7312090
Issue 7312090: code review 7312090: exp/ssa: add Instruction.Operands and Value.Referrers m...
(Closed)
Created 12 years, 4 months ago by adonovan
Modified 12 years, 4 months ago
Reviewers:
Base URL:
Comments: 0