Remove ROL/ROR as they are not part of EIP145 anymore

This commit is contained in:
Alex Beregszaszi
2018-02-27 13:42:41 +01:00
parent 468d0f6199
commit afa4a48e37
4 changed files with 1 additions and 13 deletions
+1 -3
View File
@@ -551,9 +551,7 @@ void AsmAnalyzer::warnOnInstructions(solidity::Instruction _instr, SourceLocatio
static set<solidity::Instruction> experimentalInstructions{
solidity::Instruction::SHL,
solidity::Instruction::SHR,
solidity::Instruction::SAR,
solidity::Instruction::ROL,
solidity::Instruction::ROR
solidity::Instruction::SAR
};
if (experimentalInstructions.count(_instr))
m_errorReporter.warning(