You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ir: remove isVoidType in favour of types.Equal(n.Type(), types.Void)
This is one small step towards allowing user-defined instructions.
Note, this commit is not perfect though, since we may want to allow
user-defined types too, and this commit relies on types.Void instead
of some to-be-defined IsVoidType interface (or something along those
lines).
Updates #59.
0 commit comments