Remove traces of errors due to shifts by negative amounts.

This commit is contained in:
chriseth
2020-10-08 20:24:53 +02:00
parent 2d1bd03a98
commit ca86eacfb2
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -86,7 +86,6 @@ public:
/// @returns the name of a function that performs a left shift and subsequent cleanup
/// and, if needed, prior cleanup.
/// If the amount to shift by is signed, a check for negativeness is performed.
/// signature: (value, amountToShift) -> result
std::string typedShiftLeftFunction(Type const& _type, Type const& _amountType);
std::string typedShiftRightFunction(Type const& _type, Type const& _amountType);