aboutsummaryrefslogtreecommitdiff
path: root/libcc1/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <meissner@linux.ibm.com>2020-09-10 19:11:45 -0400
committerMichael Meissner <meissner@linux.ibm.com>2020-09-10 19:11:45 -0400
commitaa53f657aaa7d4cddf810d504b61cf08e4fc5528 (patch)
treede77c0dc37775164b04988b3c93defacb4b33542 /libcc1/ChangeLog
parentaf47a2035a4882e6d4506e3d00b5a42414e3ee2b (diff)
downloadgcc-aa53f657aaa7d4cddf810d504b61cf08e4fc5528.zip
gcc-aa53f657aaa7d4cddf810d504b61cf08e4fc5528.tar.gz
gcc-aa53f657aaa7d4cddf810d504b61cf08e4fc5528.tar.bz2
PowerPC: Change cmove function return to bool.
In doing the other work for adding ISA 3.1 128-bit minimum, maximum, and conditional move support, I noticed the two functions that process conditional moves return 'int' instead of 'bool'. This patch changes these functions to return 'bool'. gcc/ 2020-09-10 Michael Meissner <meissner@linux.ibm.com> * config/rs6000/rs6000-protos.h (rs6000_emit_cmove): Change return type to bool. (rs6000_emit_int_cmove): Change return type to bool. * config/rs6000/rs6000.c (rs6000_emit_cmove): Change return type to bool. (rs6000_emit_int_cmove): Change return type to bool.
Diffstat (limited to 'libcc1/ChangeLog')
0 files changed, 0 insertions, 0 deletions