diff --git a/operand/const.go b/operand/const.go index 8163dc9..b2c6a6f 100644 --- a/operand/const.go +++ b/operand/const.go @@ -24,7 +24,6 @@ func (s String) constant() {} // Imm returns an unsigned integer constant with size guessed from x. func Imm(x uint64) Constant { - // TODO(mbm): remove this function switch { case uint64(uint8(x)) == x: return U8(x)