aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simplify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplify.c b/simplify.c
index 8392241..fe57e77 100644
--- a/simplify.c
+++ b/simplify.c
@@ -538,7 +538,7 @@ static int simplify_cast(struct instruction *insn)
if (dead_insn(insn, &insn->src, NULL, NULL))
return REPEAT_CSE;
- if (insn->opcode == OP_PTRCAST)
+ if (0 && insn->opcode == OP_PTRCAST)
return 0;
orig_size = insn->orig_type ? insn->orig_type->bit_size : 0;
if (orig_size < 0)