Implement signed addition for sol->yul code generation.

This commit is contained in:
Daniel Kirchner
2019-06-20 11:42:50 +02:00
committed by chriseth
parent 5b92640ab5
commit 88988af561
5 changed files with 75 additions and 24 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ public:
std::string roundUpFunction();
/// signature: (x, y) -> sum
std::string overflowCheckedUIntAddFunction(size_t _bits);
std::string overflowCheckedIntAddFunction(IntegerType const& _type);
/// signature: (x, y) -> product
std::string overflowCheckedUIntMulFunction(size_t _bits);