Skip to content

Commit 12ab39a

Browse files
committed
clang format
1 parent 177d866 commit 12ab39a

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
@@ -281,7 +281,8 @@ bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) {
281281
}
282282

283283
const LLT Ty = MRI.getType(VReg);
284-
if (Ty.isValid() && TypeSize::isKnownGT(Ty.getSizeInBits(), TRI.getRegSizeInBits(*RC))) {
284+
if (Ty.isValid() &&
285+
TypeSize::isKnownGT(Ty.getSizeInBits(), TRI.getRegSizeInBits(*RC))) {
285286
reportGISelFailure(
286287
MF, TPC, MORE, "gisel-select",
287288
"VReg's low-level type and register class have different sizes", *MI);

0 commit comments

Comments
 (0)