Skip to content

Commit 3e8e15f

Browse files
authored
clang-format fix
1 parent bf8a22d commit 3e8e15f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ static Value *calculateVectorIndex(
394394
auto I = GEPIdx.find(GEP);
395395
assert(I != GEPIdx.end() && "Must have entry for GEP!");
396396

397-
Value *IndexValue = I->second;
398-
assert(IndexValue && "index value missing from GEP index map");
399-
return IndexValue;
397+
Value *IndexValue = I->second;
398+
assert(IndexValue && "index value missing from GEP index map");
399+
return IndexValue;
400400
}
401401

402402
static Value *GEPToVectorIndex(GetElementPtrInst *GEP, AllocaInst *Alloca,

0 commit comments

Comments
 (0)