Skip to content

Commit 7a9c015

Browse files
committed
[CodeGenPrepare] Fix format
1 parent 370a2a7 commit 7a9c015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/CodeGenPrepare.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8418,7 +8418,7 @@ bool CodeGenPrepare::optimizeInst(Instruction *I, ModifyDT &ModifiedDT) {
84188418
}
84198419
}
84208420
}
8421-
[[fallthrough]]
8421+
[[fallthrough]];
84228422
case Instruction::LShr:
84238423
case Instruction::AShr:
84248424
return optimizeShiftInst(cast<BinaryOperator>(I));

0 commit comments

Comments
 (0)