Skip to content

Commit b10ca9c

Browse files
committed
Undo whitespace change
1 parent ead256d commit b10ca9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/ItaniumCXXABI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,9 +795,9 @@ CGCallee ItaniumCXXABI::EmitLoadOfMemberFunctionPointer(
795795
// In the non-virtual path, the function pointer is actually a
796796
// function pointer.
797797
CGF.EmitBlock(FnNonVirtual);
798-
799798
llvm::Value *NonVirtualFn =
800799
Builder.CreateIntToPtr(FnAsInt, CGF.UnqualPtrTy, "memptr.nonvirtualfn");
800+
801801
// Check the function pointer if CFI on member function pointers is enabled.
802802
if (ShouldEmitCFICheck) {
803803
CXXRecordDecl *RD = MPT->getMostRecentCXXRecordDecl();

0 commit comments

Comments
 (0)