mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Assembly: Finally removing AsmFlavour::Loose
This commit is contained in:
parent
3c1d12b16c
commit
044eb2d161
@ -36,7 +36,6 @@ using Type = YulString;
|
||||
|
||||
enum class AsmFlavour
|
||||
{
|
||||
Loose, // no types, EVM instructions as function, jumps and direct stack manipulations
|
||||
Strict, // no types, EVM instructions as functions, but no jumps and no direct stack manipulations
|
||||
Yul // same as Strict mode with types
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user