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