Typo fixes in opt_expr and opt_merge

This commit is contained in:
Clifford Wolf
2016-03-31 09:56:56 +02:00
parent ec93680bd5
commit e2f6d61c00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1101,7 +1101,7 @@ struct OptExprPass : public Pass {
bool do_fine = false;
bool keepdc = false;
log_header("Executing OPT_CONST pass (perform const folding).\n");
log_header("Executing OPT_EXPR pass (perform const folding).\n");
log_push();
size_t argidx;