mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
add comment
This commit is contained in:
parent
ecb90b69bd
commit
1a244e7a20
@ -152,6 +152,7 @@ void ReasoningBasedSimplifier::operator()(FunctionCall& _fun)
|
||||
// TODO do not forget to add path condition!
|
||||
// TODO and(x, 0xfff) -> x if x <= 0xfff
|
||||
// TODO if _fun is not returning, assert that the path condition is aflse
|
||||
// -> This should be the job of the structural simplifier!
|
||||
}
|
||||
|
||||
void ReasoningBasedSimplifier::operator()(FunctionDefinition& _fun)
|
||||
|
Loading…
Reference in New Issue
Block a user