Skip to content

Commit bfc173e

Browse files
minansyswsmoses
authored andcommitted
clang-format
1 parent 94a91ce commit bfc173e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

enzyme/Enzyme/GradientUtils.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6334,9 +6334,8 @@ Value *GradientUtils::invertPointerM(Value *const oval, IRBuilder<> &BuilderM,
63346334

63356335
auto rule = [&](Value *val0, Value *val1) {
63366336
Value *args[] = {val0, val1};
6337-
auto shadow = cast<CallInst>(
6338-
bb.CreateCall(II->getCalledFunction(), args,
6339-
II->getName() + "'ipbi"));
6337+
auto shadow = cast<CallInst>(bb.CreateCall(
6338+
II->getCalledFunction(), args, II->getName() + "'ipbi"));
63406339
shadow->setAttributes(II->getAttributes());
63416340
shadow->setCallingConv(II->getCallingConv());
63426341
shadow->setTailCallKind(II->getTailCallKind());

0 commit comments

Comments
 (0)