Skip to content

Commit 1a7445e

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎enzyme/Enzyme/FunctionUtils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ void CoaleseTrivialMallocs(Function &F, DominatorTree &DT) {
15741574
ConstantInt::get(Size->getType(), 15)),
15751575
ConstantInt::get(Size->getType(), 1));
15761576
z.second->eraseFromParent();
1577-
IRBuilder B2(z.first);
1577+
IRBuilder<> B2(z.first);
15781578
z.first->replaceAllUsesWith(B2.CreateInBoundsGEP(First, Size));
15791579
Size = B.CreateAdd(Size, z.first->getArgOperand(0));
15801580
z.first->eraseFromParent();

0 commit comments

Comments
 (0)
Please sign in to comment.