typo fix for "opt -fast"

This commit is contained in:
Clifford Wolf 2014-12-30 22:35:38 +01:00
parent 50fff2b240
commit 11c3b81c08
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ struct OptPass : public Pass {
}
}
log_header(fast_mode ? "Finished fast OPT passes." : "Finished OPT passes. (There is nothing left to do.)\n");
log_header(fast_mode ? "Finished fast OPT passes.\n" : "Finished OPT passes. (There is nothing left to do.)\n");
log_pop();
}
} OptPass;