Skip to content

Commit a121e74

Browse files
committed
fix clang format error
1 parent d252458 commit a121e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2944,7 +2944,7 @@ bool SPIRVInstructionSelector::selectFirstBitHigh64(Register ResVReg,
29442944
selectOp = SPIRV::OpSelectVIVCond;
29452945
addOp = SPIRV::OpIAddV;
29462946
}
2947-
2947+
29482948
// check if the high bits are == -1; true if -1
29492949
Register BReg = MRI->createVirtualRegister(GR.getRegClass(BoolType));
29502950
Result &= selectNAryOpWithSrcs(BReg, BoolType, I, {HighReg, NegOneReg},

0 commit comments

Comments
 (0)