Removed signed shift right from the utilities.

This commit is contained in:
chriseth
2018-04-30 20:34:43 +01:00
committed by Alex Beregszaszi
parent 52c9441879
commit 2968639406
6 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ private:
std::string copyToMemoryFunction(bool _fromCalldata);
std::string shiftLeftFunction(size_t _numBits);
std::string shiftRightFunction(size_t _numBits, bool _signed);
std::string shiftRightFunction(size_t _numBits);
/// @returns the name of a function that rounds its input to the next multiple
/// of 32 or the input if it is a multiple of 32.
std::string roundUpFunction();