Module rustc_mir_transform::remove_noop_landing_pads[][src]

Structs

A pass that removes noop landing pads and replaces jumps to them with None. This is important because otherwise LLVM generates terrible code for these.

Functions