| author | |
| committer | |
| log | 27dad11ef166d5834be1166c86289c8e37aa0471 |
| tree | 1845b18bc97edb420d046cae0bbc288c84a2f663 |
| parent | 76ad7af4d87982ef62876df2a2df7bbb2ac312e8 |
1 files changed, 0 insertions(+), 1 deletions(-)
src/arch/x86_64/CodeGen.zig-1| ... | ... | @@ -5654,7 +5654,6 @@ fn genInlineMemcpyRegisterRegister( |
| 5654 | 5654 | |
| 5655 | 5655 | const abi_size = @intCast(u32, ty.abiSize(self.target.*)); |
| 5656 | 5656 | |
| 5657 | // TODO common code-path with genSetStack, refactor! | |
| 5658 | 5657 | if (!math.isPowerOfTwo(abi_size)) { |
| 5659 | 5658 | const tmp_reg = try self.copyToTmpRegister(ty, .{ .register = src_reg }); |
| 5660 | 5659 |