Skip to content

Commit 5057bf6

Browse files
committed
formatting again
1 parent 860f246 commit 5057bf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,8 @@ CIRGenCallee CIRGenItaniumCXXABI::getVirtualFunctionPointer(
950950
auto VTableSlotPtr = CGF.getBuilder().create<cir::VTableAddrPointOp>(
951951
loc, CGF.getBuilder().getPointerTo(TyPtr),
952952
::mlir::FlatSymbolRefAttr{}, VTable,
953-
cir::AddressPointAttr::get(CGF.getBuilder().getContext(), 0, VTableIndex));
953+
cir::AddressPointAttr::get(CGF.getBuilder().getContext(), 0,
954+
VTableIndex));
954955
VFuncLoad = CGF.getBuilder().createAlignedLoad(loc, TyPtr, VTableSlotPtr,
955956
CGF.getPointerAlign());
956957
}

0 commit comments

Comments
 (0)