Learn more about cloning repositories
You have read-only access
IRGen: Handle function values from SIL correctly. As values, IRGen expects functions to be i8*, so bitcast function values to i8* and bitcast them back when they're actually called. Swift SVN r4471