Skip to content

Commit 8e31b85

Browse files
committed
space
1 parent 3b72499 commit 8e31b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ bool AMDGPUPromoteAllocaImpl::tryPromoteAllocaToVector(AllocaInst &Alloca) {
928928

929929
if (!isa<ConstantInt>(Index)) {
930930
bool UsedInLoad = llvm::any_of(
931-
GEP->users(), [&](const auto *U){ return isa<LoadInst>(U); });
931+
GEP->users(), [&](const auto *U) { return isa<LoadInst>(U); });
932932
if (auto *UserVecTy =
933933
dyn_cast<FixedVectorType>(GEP->getSourceElementType())) {
934934
if (UsedInLoad &&

0 commit comments

Comments
 (0)