mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add verbatim builtin.
This commit is contained in:
@@ -131,7 +131,8 @@ public:
|
||||
};
|
||||
|
||||
/**
|
||||
* Class that can be used to find out if certain code contains the MSize instruction.
|
||||
* Class that can be used to find out if certain code contains the MSize instruction
|
||||
* or a verbatim bytecode builtin (which is always assumed that it could contain MSize).
|
||||
*
|
||||
* Note that this is a purely syntactic property meaning that even if this is false,
|
||||
* the code can still contain calls to functions that contain the msize instruction.
|
||||
|
||||
Reference in New Issue
Block a user