]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/compile/internal/ssa/op.go
cmd/compile: expand calls cleanup
[gostls13.git] / src / cmd / compile / internal / ssa / op.go
index 0fe9a9125f9eb2ba0cab18f602ab469f012cd870..cb151b2f6c6ad6f1ec95b5af4115d010254356b6 100644 (file)
@@ -238,7 +238,7 @@ func (a *AuxCall) RegsOfArg(which int64) []abi.RegIndex {
        return a.abiInfo.InParam(int(which)).Registers
 }
 
-// NameOfResult returns the type of result which (indexed 0, 1, etc).
+// NameOfResult returns the ir.Name of result which (indexed 0, 1, etc).
 func (a *AuxCall) NameOfResult(which int64) *ir.Name {
        return a.abiInfo.OutParam(int(which)).Name
 }