mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
YulStack: When Yul optimization is not requested, run Yul optimizer with a minimal sequence instead of disabling it
This commit is contained in:
@@ -103,8 +103,8 @@ struct OptimiserSettings
|
||||
case OptimisationPreset::Minimal: return minimal();
|
||||
case OptimisationPreset::Standard: return standard();
|
||||
case OptimisationPreset::Full: return full();
|
||||
default: solAssert(false, "");
|
||||
}
|
||||
util::unreachable();
|
||||
}
|
||||
|
||||
bool operator==(OptimiserSettings const& _other) const
|
||||
|
||||
Reference in New Issue
Block a user