mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
return instructionInfo style
This commit is contained in:
@@ -250,7 +250,7 @@ struct InstructionInfo
|
||||
};
|
||||
|
||||
/// Information on all the instructions.
|
||||
InstructionInfo getInstructionInfo(Instruction _inst);
|
||||
InstructionInfo instructionInfo(Instruction _inst);
|
||||
|
||||
/// check whether instructions exists
|
||||
bool isValidInstruction(Instruction _inst);
|
||||
|
||||
Reference in New Issue
Block a user