mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
fb1ad3b6d5
For comparison operators (==, !=, <, >, <=, >=) the elision is only sound when both operands are of integral type; otherwise we'd be changing the kind of comparison being performed.