This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
The attached patch is making builtins.c use explicit constant names for prediction state instead of arbitrary constants. This patch is intended to increase code clearness as well as type consistency.
The changelog entry here does not match the one in the patch.
* predict.h: add NO_PREDICTION value. * builtins.c: use explicitely named constants.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |