expose MutValueVisitor

This commit is contained in:
Ralf Jung 2018-11-13 11:14:18 +01:00
parent 4ec0ba9545
commit c5bc83b60d

View File

@ -39,6 +39,6 @@ pub use self::machine::{Machine, AllocMap, MayLeak};
pub use self::operand::{ScalarMaybeUndef, Immediate, ImmTy, Operand, OpTy};
pub use self::visitor::ValueVisitor;
pub use self::visitor::{ValueVisitor, MutValueVisitor};
pub use self::validity::RefTracking;