Commit de63569
committed
Fix MethodInstance multiplicity
Formerly this seemed to return a single MethodInstance, but now it
returns two. The change is may be from improvements to MethodAnalysis,
likely timholy/MethodAnalysis.jl#27.
The new behavior is certainly the correct one (there are two distinct
methods, so there had better be two MethodInstances with that
signature---even though one will never get another CodeInstance).1 parent 232f2f7 commit de63569
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
889 | 889 | | |
890 | 890 | | |
891 | 891 | | |
892 | | - | |
| 892 | + | |
| 893 | + | |
893 | 894 | | |
894 | 895 | | |
895 | 896 | | |
| |||
0 commit comments