Commit 27dad11ef1

Jakub Konka <kubkon@jakubkonka.com>
2022-06-07 21:05:11
x64: remove outdated TODO comment
1 parent 76ad7af
Changed files (1)
src
arch
src/arch/x86_64/CodeGen.zig
@@ -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 });