Skip to content

Commit

Permalink
SVF code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui committed Dec 10, 2024
1 parent 3556d16 commit cf9433d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions svf-llvm/lib/LLVMModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ void LLVMModuleSet::createSVFFunction(const Function* func)
if (const CallBase* call = SVFUtil::dyn_cast<CallBase>(&inst))
{
svfInst = new SVFCallInst(
getSVFType(call->getType()), svfBB,
call->getFunctionType()->isVarArg(),
inst.isTerminator());
getSVFType(call->getType()), svfBB,
call->getFunctionType()->isVarArg(),
inst.isTerminator());
}
else
{
Expand Down

0 comments on commit cf9433d

Please sign in to comment.