mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rematerialize zero literals with default cleanup sequence
Add unused pruner step to the end of the default cleanup sequence
This commit is contained in:
@@ -59,7 +59,7 @@ struct OptimiserSettings
|
||||
"]"
|
||||
"jmul[jul] VcTOcul jmul"; // Make source short and pretty
|
||||
|
||||
static char constexpr DefaultYulOptimiserCleanupSteps[] = "fDnTOc";
|
||||
static char constexpr DefaultYulOptimiserCleanupSteps[] = "fDnTOcmu";
|
||||
|
||||
/// No optimisations at all - not recommended.
|
||||
static OptimiserSettings none()
|
||||
|
||||
Reference in New Issue
Block a user