diff options
author | Michael Forney <mforney@mforney.org> | 2021-04-07 16:48:22 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-04-08 00:48:42 -0700 |
commit | 6b5d015ee3ad1fe46e3238b7505dd6e0047a8f7b (patch) | |
tree | 75b3ede2429168897d06cffee9fc78200331a91e /token.c | |
parent | 1c9fdf33eb2d4179c2c705dae0a13a00c2227af3 (diff) |
qbe: Remove unnecessary extension for relational operands
The operands are already promoted, so never need to be extended.
These extend()s were added in 7d746860 in an attempt to fix a bug
related to the comparison of values with type smaller than int.
However, the real bug was that the operands should have been promoted
to int by usual arithmetic conversions, which was fixed later in
a8131372.
Diffstat (limited to 'token.c')
0 files changed, 0 insertions, 0 deletions