Cmd used to be the single central place to dispatch. It is not longer
the case because we have a logic for readProvideOrAssignment().
This patch removes the hash table so that evrything is in a single
function. This is slightly verbose but should improve readability.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Honestly saying I do not like both ways of dispatching. But have no any suggestions here.
I agree that it is probably slightly more readable now when we have readProvideOrAssignment, so LGTM.