Commits

Doug Gregor committed a1f4be0c2a4
When mapping bridgeable enums to codes, move availability guard inside the #if. The availability guard is effectively an assertion; make it so with a fatalError() to improve runtime performance. Swift SVN r28533