diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-07-23 11:41:34 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-07-25 11:38:16 +0200 |
| commit | d95d9a999d06cc5c90b10807975b904584beb4ea (patch) | |
| tree | bf2f3e4976ba27a16df2cf55310a8bbdece33d61 /validation | |
| parent | b03237b8deef238a1321752fe4d401f10934f084 (diff) | |
| download | sparse-dev-d95d9a999d06cc5c90b10807975b904584beb4ea.tar.gz | |
kill dead OP_FADD & friends
The floating-point binops (OP_FADD, ...) are never simplified.
They are thus absent from simplify_instruction() and as such they are
never removed if dead.
Fix this by adding them to simplify_instruction() but only do
the usual check with dead_insn().
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation')
0 files changed, 0 insertions, 0 deletions
