rust/src/librustc_trans/mir
bors 7bfa20b8b0 Auto merge of #50648 - nox:volatile-store, r=eddyb
Fix volatile_store and nontemporal_store

Fixes #50371.
2018-05-14 10:00:41 +00:00
..
analyze.rs rustc: return impl Iterator from Terminator(Kind)::successors(_mut). 2018-05-01 13:12:23 +03:00
block.rs Introduce OperandValue::nontemporal_store and use it in the intrinsics 2018-05-13 10:36:28 +02:00
constant.rs Introduce ConstValue and use it instead of miri's Value for constant values 2018-05-11 13:01:44 +02:00
mod.rs Insert fields from TypeAndMut into TyRef to allow layout optimization 2018-05-08 16:21:58 +02:00
operand.rs Auto merge of #50648 - nox:volatile-store, r=eddyb 2018-05-14 10:00:41 +00:00
place.rs issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
rvalue.rs Introduce ConstValue and use it instead of miri's Value for constant values 2018-05-11 13:01:44 +02:00
statement.rs