]> gcc.gnu.org Git - gcc.git/commit
ada: Remove duplicated code for expansion of packed array assignments
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 3 Oct 2023 17:43:04 +0000 (19:43 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 7 Nov 2023 09:15:02 +0000 (10:15 +0100)
commitfe11fa6bd48a781c6acf0416aff1568e0d66f077
tree7cc63b7e3057ddeecdbf177f1fc2c64ca2fed870
parentdedaaa81cc7c518404080505e9b74aa0919c7587
ada: Remove duplicated code for expansion of packed array assignments

Expansion of assignments to packed array objects has two cases and
had duplicated code for both these cases.

gcc/ada/

* exp_pakd.adb (Expand_Bit_Packed_Element_Set): Remove code from the
ELSE branch, because it was is identical to code before the IF
statements itself.
gcc/ada/exp_pakd.adb
This page took 0.054393 seconds and 5 git commands to generate.