Change order to prevent issues with some unconnected constants

This commit is contained in:
Miodrag Milanovic 2024-08-01 18:06:08 +02:00
parent e771ba0236
commit caeefbd0ed

View File

@ -1891,8 +1891,8 @@ void NgUltraImpl::pack()
// Setup
NgUltraPacker packer(ctx, this);
packer.remove_not_used();
packer.pack_constants();
packer.remove_not_used();
packer.update_lut_init();
packer.update_dffs();