]> git.lizzy.rs Git - rust.git/commit
use copy_op directly insteadof write_scalar
authorrchaser53 <tayoshizawa29@gmail.com>
Sun, 24 Feb 2019 15:08:38 +0000 (00:08 +0900)
committerrchaser53 <tayoshizawa29@gmail.com>
Tue, 26 Feb 2019 10:49:02 +0000 (19:49 +0900)
commitb1c0cf2ef94eec6a8e84e1a1d91fb561a1f50519
tree47378afae3a77c935bb4302114df3058a87226a3
parent5566aec8c992d8a8bf6bc2ad45535f2df7feed73
use copy_op directly insteadof write_scalar

- fix volatile_store logic
- rename test to be able to read back from later
- expand test to use assert_eq! and confirm to fix volatile_store
- expand test to use assert_eq! and confirm normal load
src/intrinsic.rs
tests/run-pass/volatile.rs [new file with mode: 0644]