Skip to content
Snippets Groups Projects
Commit 45c02dc1 authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

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.
parent f5a950ad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment