aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/decimal32.c
diff options
context:
space:
mode:
authorAndrew Pinski <quic_apinski@quicinc.com>2024-11-03 12:19:46 -0800
committerAndrew Pinski <quic_apinski@quicinc.com>2024-11-05 13:10:43 -0800
commit2e35fbd1fd1c8c149ce1156f4a2c15c9c331a1ca (patch)
tree304b9abbe0e2a235d033f1661e623737e94e0169 /libdecnumber/decimal32.c
parentc7518891483e2aa558390ffeab4a19ba747814d6 (diff)
downloadgcc-master.zip
gcc-master.tar.gz
gcc-master.tar.bz2
match: Fix comment for `X != 0 ? X + ~0 : 0` transformationHEADtrunkmaster
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