Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
Co-Authored-By: nlewycky <[email protected]>
  • Loading branch information
losfair and nlewycky authored Apr 29, 2020
1 parent e234096 commit 7bfa772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/singlepass-backend/src/codegen_x64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ impl X64FunctionCode {

// Use RCX as the temporary register here, since:
// - It is a temporary register that is not used for any persistent value.
// - This register as an argument location is only written to after `sort_call_movs`.'
// - This register as an argument location is only written to after `sort_call_movs`.
m.reserve_unused_temp_gpr(GPR::RCX);
a.emit_mov(Size::S64, *param, Location::GPR(GPR::RCX));
a.emit_mov(
Expand Down

0 comments on commit 7bfa772

Please sign in to comment.