Drop `alloca`'s bitcasts
`alloca` instruction are passed as variadic arguments to `newpc` to prevent the optimizer from moving code around them. We used to cast them all to `i8*`, however these casts where breaking the convention of having all the `alloca` instructions at the beginning of the function. Since these casts were not really necessary, they have now been dropped.
Loading
Please register or sign in to comment