mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5938 from ethereum/const-opt-protected
Mark apropriate methods protected in ConstantOptimiser
This commit is contained in:
commit
1f7e286158
@ -56,6 +56,9 @@ public:
|
|||||||
Assembly& _assembly
|
Assembly& _assembly
|
||||||
);
|
);
|
||||||
|
|
||||||
|
protected:
|
||||||
|
/// This is the public API for the optimiser methods, but it doesn't need to be exposed to the caller.
|
||||||
|
|
||||||
struct Params
|
struct Params
|
||||||
{
|
{
|
||||||
bool isCreation; ///< Whether this is called during contract creation or runtime.
|
bool isCreation; ///< Whether this is called during contract creation or runtime.
|
||||||
|
Loading…
Reference in New Issue
Block a user