mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Suggest the "if" statement too instead of jumps
This commit is contained in:
parent
bc875f6b9c
commit
793537e089
@ -529,6 +529,6 @@ void AsmAnalyzer::warnOnInstructions(solidity::Instruction _instr, SourceLocatio
|
|||||||
_location,
|
_location,
|
||||||
"Jump instructions and labels are low-level EVM features that can lead to "
|
"Jump instructions and labels are low-level EVM features that can lead to "
|
||||||
"incorrect stack access. Because of that they are discouraged. "
|
"incorrect stack access. Because of that they are discouraged. "
|
||||||
"Please consider using \"switch\" or \"for\" statements instead."
|
"Please consider using \"switch\", \"if\" or \"for\" statements instead."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user