Simplified verbose output for the IR
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Eduard Urbach 2025-07-03 15:12:14 +02:00
parent cfc0f87c49
commit bdb1b9595f
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
2 changed files with 7 additions and 18 deletions

View file

@ -38,7 +38,7 @@ func (v *Parameter) Debug() string {
}
func (v *Parameter) String() string {
return fmt.Sprintf("in[%d]", v.Index)
return fmt.Sprintf("args[%d]", v.Index)
}
func (v *Parameter) Type() types.Type {