Skip to content

Commit 4f91ce4

Browse files
committed
Fix clang-format issue.
1 parent e803ef6 commit 4f91ce4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4028,7 +4028,8 @@ bool SPIRVInstructionSelector::selectModf(Register ResVReg,
40284028
// new register.
40294029
GR.assignSPIRVTypeToVReg(PtrType, PtrTyReg, MIRBuilder.getMF());
40304030
MachineBasicBlock &EntryBB = I.getMF()->front();
4031-
MachineBasicBlock::iterator VarPos = getPosForOpVariableWithinBlock(EntryBB);
4031+
MachineBasicBlock::iterator VarPos =
4032+
getPosForOpVariableWithinBlock(EntryBB);
40324033
auto AllocaMIB =
40334034
BuildMI(EntryBB, VarPos, I.getDebugLoc(), TII.get(SPIRV::OpVariable))
40344035
.addDef(PtrTyReg)

0 commit comments

Comments
 (0)