Commits

Joe Groff committed bd29e1c3a13
runtime/Stubs: Fix name of Bool.getLogicValue stub The Bool.getLogicValue stub was mangled incorrectly, but nobody noticed because irgen special-cases away calls to getLogicValue. SIL-irgen however is still naive enough to expect a real getLogicValue entry point. Swift SVN r3766