Expand description
A pass that eliminates branches on uninhabited or unreachable enum variants.
Structsยง
Functionsยง
- get_switched_on_type ๐If the basic block terminates by switching on a discriminant, this returns the
Ty
the discriminant is read from. Otherwise, returns None.