expose MutValueVisitor
This commit is contained in:
parent
4ec0ba9545
commit
c5bc83b60d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue