mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
fastexit + code format
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user