File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,8 @@ type InstCatchPad struct {
558
558
// Name of local variable associated with the result.
559
559
LocalIdent
560
560
// Exception scope.
561
- Scope * TermCatchSwitch // TODO: rename to From? rename to Within?
561
+ // TODO: rename to From? rename to Within?
562
+ Scope value.Value // *ir.TermCatchSwitch
562
563
// Exception arguments.
563
564
//
564
565
// Arg has one of the following underlying types:
@@ -616,7 +617,8 @@ type InstCleanupPad struct {
616
617
// Name of local variable associated with the result.
617
618
LocalIdent
618
619
// Exception scope.
619
- Scope ExceptionScope // TODO: rename to Parent? rename to From?
620
+ // TODO: rename to Parent? rename to From?
621
+ Scope value.Value // ExceptionScope
620
622
// Exception arguments.
621
623
//
622
624
// Arg has one of the following underlying types:
You can’t perform that action at this time.
0 commit comments