Fix DDFuzz instrumentation (#2134)
This commit is contained in:
parent
02ef0c4dda
commit
2e81dc6c59
@ -738,7 +738,7 @@ class DDGInstrModulePass : public PassInfoMixin<DDGInstrModulePass> {
|
|||||||
}
|
}
|
||||||
if (HashedLoc == nullptr) continue;
|
if (HashedLoc == nullptr) continue;
|
||||||
|
|
||||||
HashedLoc = IRB.CreateZExt(HashedLoc, IRB.getInt32Ty());
|
HashedLoc = IRB.CreateZExt(HashedLoc, IRB.getInt16Ty());
|
||||||
|
|
||||||
LoadInst *MapPtr =
|
LoadInst *MapPtr =
|
||||||
IRB.CreateLoad(PointerType::get(Int8Ty, 0), DDGMapPtr);
|
IRB.CreateLoad(PointerType::get(Int8Ty, 0), DDGMapPtr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user