mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
code format
This commit is contained in:
@ -209,6 +209,7 @@ static void *__dislocator_alloc(size_t len) {
|
||||
flags |= MAP_ALIGN;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#else
|
||||
(void)sp;
|
||||
|
@ -474,8 +474,8 @@ bool CompareTransform::transformCmps(Module &M, const bool processStrcmp,
|
||||
if (cur_lenchk_bb) {
|
||||
|
||||
IRBuilder<> cur_lenchk_IRB(&*(cur_lenchk_bb->getFirstInsertionPt()));
|
||||
Value * icmp = cur_lenchk_IRB.CreateICmpEQ(sizedValue,
|
||||
ConstantInt::get(sizedValue->getType(), i));
|
||||
Value * icmp = cur_lenchk_IRB.CreateICmpEQ(
|
||||
sizedValue, ConstantInt::get(sizedValue->getType(), i));
|
||||
cur_lenchk_IRB.CreateCondBr(icmp, end_bb, cur_cmp_bb);
|
||||
cur_lenchk_bb->getTerminator()->eraseFromParent();
|
||||
|
||||
|
Reference in New Issue
Block a user