Skip to content

Commit

Permalink
jit: correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
z0w0 authored and brson committed Aug 28, 2012
1 parent ca9c7b2 commit 9bb97d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rustc/back/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ mod write {
llvm_err(sess, ~"Could not JIT");
}

if sess.time_llvm_passes() { llvm::LLVMRustPrintPassTimings(); }
if sess.time_llvm_passes() {
llvm::LLVMRustPrintPassTimings();
}
return;
}

Expand Down

0 comments on commit 9bb97d7

Please sign in to comment.