diff options
Diffstat (limited to 'simplify.c')
| -rw-r--r-- | simplify.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1220,6 +1220,7 @@ int simplify_instruction(struct instruction *insn) return replace_with_pseudo(insn, insn->symbol); case OP_CAST: case OP_SCAST: + case OP_FCVTU: case OP_FCVTS: case OP_UCVTF: case OP_SCVTF: case OP_FCVTF: case OP_PTRCAST: |
