staticafi/llvm2c

Remove nested casts

tomsik68 opened this issue · 1 comments

In example: (unsigned long)( (char *)((long) var1) ), all the inner casts are redundant.

Fixed in 7147cdb