Skip to content

Commit bec85ab

Browse files
committed
clang format
1 parent 7bc573c commit bec85ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) {
277277
}
278278

279279
const LLT Ty = MRI.getType(VReg);
280-
if (Ty.isValid() && TypeSize::isKnownGT(Ty.getSizeInBits(), TRI.getRegSizeInBits(*RC))) {
280+
if (Ty.isValid() &&
281+
TypeSize::isKnownGT(Ty.getSizeInBits(), TRI.getRegSizeInBits(*RC))) {
281282
reportGISelFailure(
282283
MF, TPC, MORE, "gisel-select",
283284
"VReg's low-level type and register class have different sizes", *MI);

0 commit comments

Comments
 (0)