fastexit + code format

This commit is contained in:
vanhauser-thc
2022-10-11 08:53:49 +02:00
parent c5008362c6
commit e6e82948bf
11 changed files with 56 additions and 9 deletions

View File

@ -245,7 +245,7 @@ struct afl_cmplog_pass : afl_base_pass {
tree s = make_ssa_name(t);
gimple g = gimple_build_assign(s, VIEW_CONVERT_EXPR,
build1(VIEW_CONVERT_EXPR, t, lhs));
build1(VIEW_CONVERT_EXPR, t, lhs));
lhs = s;
gsi_insert_before(&gsi, g, GSI_SAME_STMT);
@ -281,7 +281,7 @@ struct afl_cmplog_pass : afl_base_pass {
}
/* Insert the call. */
tree att = build_int_cst(t8u, attr);
tree att = build_int_cst(t8u, attr);
gimple call;
if (pass_n)
call = gimple_build_call(fn, 4, lhs, rhs, att,