]> gcc.gnu.org Git - gcc.git/commit
[1/3] expr: Export clear_by_pieces()
authorChristoph Müllner <christoph.muellner@vrull.eu>
Tue, 14 May 2024 15:19:13 +0000 (09:19 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 14 May 2024 15:19:13 +0000 (09:19 -0600)
commite6e41b68fd805ab126895a20bb9670442b198f62
tree566f43981aa2c427456ae3aef6142c556473de96
parentc1356e8cc9a8c869ab936c927b1812b4691265b6
[1/3] expr: Export clear_by_pieces()

Make clear_by_pieces() available to other parts of the compiler,
similar to store_by_pieces().

gcc/ChangeLog:

* expr.cc (clear_by_pieces): Remove static from clear_by_pieces.
* expr.h (clear_by_pieces): Add prototype for clear_by_pieces.
gcc/expr.cc
gcc/expr.h
This page took 0.055526 seconds and 5 git commands to generate.