Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information