mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
x64: remove outdated TODO comment
This commit is contained in:
parent
76ad7af4d8
commit
27dad11ef1
@ -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 });
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user