mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
1ca8239b65
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.