Skip to content

Commit 45a7ff7

Browse files
committed
clang format
1 parent bd40352 commit 45a7ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,8 +1353,8 @@ bool SPIRVInstructionSelector::selectFrac(Register ResVReg,
13531353
}
13541354

13551355
bool SPIRVInstructionSelector::selectNormalize(Register ResVReg,
1356-
const SPIRVType *ResType,
1357-
MachineInstr &I) const {
1356+
const SPIRVType *ResType,
1357+
MachineInstr &I) const {
13581358

13591359
assert(I.getNumOperands() == 3);
13601360
assert(I.getOperand(2).isReg());

0 commit comments

Comments
 (0)