Skip to content

Commit 1bef9b1

Browse files
run clang format
1 parent 7f3e473 commit 1bef9b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2916,7 +2916,8 @@ void AsmPrinter::emitJumpTableInfo() {
29162916
emitJumpTables(
29172917
ArrayRef<unsigned>(JumpTableIndices)
29182918
.take_back(JT.size() - NextHotJumpTableIndex),
2919-
TLOF.getSectionForJumpTable(F, TM, &JT[JumpTableIndices[NextHotJumpTableIndex]]),
2919+
TLOF.getSectionForJumpTable(
2920+
F, TM, &JT[JumpTableIndices[NextHotJumpTableIndex]]),
29202921
JTInDiffSection, *MJTI);
29212922
}
29222923

0 commit comments

Comments
 (0)