aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-split.c
diff options
context:
space:
mode:
authorRoger Sayle <roger@nextmovesoftware.com>2021-08-06 12:30:53 +0100
committerRoger Sayle <roger@nextmovesoftware.com>2021-08-06 12:30:53 +0100
commit9d8eacc2ae8b9ad6490fc14cbb5127a103847b21 (patch)
tree85c7a68fd4e74fcc6d52082cad7e94cb7b0f2370 /gcc/tree-ssa-loop-split.c
parent6b0bde7eef492843426c3f6b2da229b3c1526eaa (diff)
downloadgcc-9d8eacc2ae8b9ad6490fc14cbb5127a103847b21.zip
gcc-9d8eacc2ae8b9ad6490fc14cbb5127a103847b21.tar.gz
gcc-9d8eacc2ae8b9ad6490fc14cbb5127a103847b21.tar.bz2
Use CFN_BUILT_IN_CLRSB instead of BUILT_IN_CLRSB in switch.
This patch replaces the use of BUILT_IN_CLRSB with CFN_BUILT_IN_CLRSB in my recent patch to tree-ssa-phiopt.c. Both of these have identical values, so there's no change in behavior, but consistent use of the same enumeration avoids warnings when using clang (or static analysis tools). 2021-08-06 Roger Sayle <roger@nextmovesoftware.com> gcc/ChangeLog * tree-ssa-phiopt.c (cond_removal_in_builtin_zero_pattern): Use CFN_BUILT_IN_CLRSB* instead of BUILT_IN_CLRSB* for consistency.
Diffstat (limited to 'gcc/tree-ssa-loop-split.c')
0 files changed, 0 insertions, 0 deletions