x64: remove outdated TODO comment

This commit is contained in:
Jakub Konka 2022-06-07 21:05:11 +02:00
parent 76ad7af4d8
commit 27dad11ef1

View File

@ -5654,7 +5654,6 @@ fn genInlineMemcpyRegisterRegister(
const abi_size = @intCast(u32, ty.abiSize(self.target.*));
// TODO common code-path with genSetStack, refactor!
if (!math.isPowerOfTwo(abi_size)) {
const tmp_reg = try self.copyToTmpRegister(ty, .{ .register = src_reg });