Skip to content

Commit 4cc0aa4

Browse files
committed
Run clang-format
1 parent 7fa34cd commit 4cc0aa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Transforms/Utils/InlineFunction.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,9 +1674,9 @@ static Value *HandleByValArgument(Type *ByValType, Value *Arg,
16741674
if (ByValAlignment)
16751675
Alignment = std::max(Alignment, *ByValAlignment);
16761676

1677-
AllocaInst *NewAlloca = new AllocaInst(
1678-
ByValType, Arg->getType()->getPointerAddressSpace(), nullptr,
1679-
Alignment, Arg->getName());
1677+
AllocaInst *NewAlloca =
1678+
new AllocaInst(ByValType, Arg->getType()->getPointerAddressSpace(),
1679+
nullptr, Alignment, Arg->getName());
16801680
NewAlloca->insertBefore(Caller->begin()->begin());
16811681
IFI.StaticAllocas.push_back(NewAlloca);
16821682

0 commit comments

Comments
 (0)