mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Implemented UnusedFunctionReturnParameterPruner
Optimization rule that rewrites functions whose return parameters are not used at callsite.
This commit is contained in:
@@ -45,6 +45,7 @@ struct OptimiserSettings
|
||||
"xarulrul" // Prune a bit more in SSA
|
||||
"xarrcL" // Turn into SSA again and simplify
|
||||
"gvif" // Run full inliner
|
||||
"xaTPrci" // Prune unused return values and inline
|
||||
"CTUcarrLsTOtfDncarrIulc" // SSA plus simplify
|
||||
"]"
|
||||
"jmuljuljul VcTOcul jmulN"; // Make source short and pretty
|
||||
|
||||
Reference in New Issue
Block a user