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
[sil] Add a small helper to SILBuilder to get the loc of the builder's current insertion point.
I also added const to a few methods as well.
This is useful when using:
```
SILBuilderWithScope::insertAfter(function_ref<void (SILBuilder)>)
```
to create instructions using the SILBuilder's insertion point's loc.
0 commit comments