ctors: include implicit inputs/outputs

This commit is contained in:
Michael McLoughlin
2018-12-02 21:12:56 -08:00
parent 82b31fa0da
commit 96a5c5fe1e
5 changed files with 160 additions and 141 deletions

View File

@@ -11,9 +11,6 @@ import (
"github.com/mmcloughlin/avo/internal/inst"
)
// operandType
const operandType = "operand.Op"
// signature provides access to details about the signature of an instruction function.
type signature interface {
ParameterList() string