Preserve DebugInfo in DeadStoreElimination.

This commit is contained in:
Camille GILLOT 2023-01-12 20:04:42 +00:00
parent 1bc0463b18
commit 27d6a57e58
30 changed files with 773 additions and 807 deletions

View file

@ -35,6 +35,7 @@ pub use self::framework::{
use self::move_paths::MoveData;
pub mod debuginfo;
pub mod drop_flag_effects;
pub mod elaborate_drops;
mod errors;