Commits
Doug Gregor committed 0e3aa19313e
Factor the selector-loading logic into its own routine. When loading a selector in the JIT, we need to call sel_registerName(). This was manually coded in two places and missed in a third, so factor it appropriately. Swift SVN r8082