Skip to content

Commit a826a98

Browse files
committed
ir: update docs of OperandBundle to be more useful
1 parent fc6d0e8 commit a826a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ir/helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func (mds Metadata) MDAttachments() []*metadata.Attachment {
276276
return mds
277277
}
278278

279-
// OperandBundle is an operand bundle.
279+
// OperandBundle is a tagged set of SSA values associated with a call-site.
280280
type OperandBundle struct {
281281
Tag string
282282
Inputs []value.Value

0 commit comments

Comments
 (0)