diff options
author | Andrew Pinski <quic_apinski@quicinc.com> | 2024-11-03 12:19:46 -0800 |
---|---|---|
committer | Andrew Pinski <quic_apinski@quicinc.com> | 2024-11-05 13:10:43 -0800 |
commit | 2e35fbd1fd1c8c149ce1156f4a2c15c9c331a1ca (patch) | |
tree | 304b9abbe0e2a235d033f1661e623737e94e0169 /libdecnumber/decimal32.c | |
parent | c7518891483e2aa558390ffeab4a19ba747814d6 (diff) | |
download | gcc-master.zip gcc-master.tar.gz gcc-master.tar.bz2 |
Just a small coment fix, the `(` was in the wrong location,
making it look it was transforming into `(X - X) != 0`
rather than `X - (X != 0)`.
Pushed as obvious after a quick build for x86_64-linux-gnu.
gcc/ChangeLog:
* match.pd (X != 0 ? X + ~0 : 0): Fix comment.
Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'libdecnumber/decimal32.c')
0 files changed, 0 insertions, 0 deletions