Skip to content

Commit

Permalink
Fix capitalization on jump fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snektron committed Nov 12, 2021
1 parent baac1fd commit f0ce404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ namespace backend {

// Stage 7, jump fix
auto mod = DeviceModule(ctx);
p.measure("Jump Fix", [&] {
p.measure("jump fix", [&] {
auto old_instr = std::move(instr);

int err = futhark_entry_backend_fix_jumps(
Expand Down

0 comments on commit f0ce404

Please sign in to comment.