Skip to content

Commit 06b83ab

Browse files
committed
Undo whitespace change
1 parent 3c8c0d5 commit 06b83ab

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)