diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-09 18:14:20 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-08-25 21:04:11 +0200 |
| commit | 418aa1fe4bd938f9028ef1f2a71bea56aa9ab3ad (patch) | |
| tree | 5cc3e683665d7ba06f13be2bd3edc5dca1ef7ed6 /validation/optim | |
| parent | ff47e3b34d9bb18d32018e1e0bb1fe977d48c0e3 (diff) | |
| download | sparse-dev-418aa1fe4bd938f9028ef1f2a71bea56aa9ab3ad.tar.gz | |
add a flag for volatile memops
When simplifying memops, it's needed to check if the memops
is a volatile access or not. This is currently done by checking
insn->type->ctype.modifiers & MOD_VOLATILE which is rather long
but also incorrect for bitfields.
Prepare to fix this by adding a flag to struct instruction directly
telling if the access is volatile.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim')
0 files changed, 0 insertions, 0 deletions
