Commits

Doug Gregor committed 07be3f3e7f9
Use the Objective-C runtime to unique selectors in JIT'd code. When generating IR for the JIT, use sel_registerName() to unique the selector references we generate. Static code doesn't need this pessimization. Fixes <rdar://problem/12764732>. Swift SVN r3403