Skip to content

Commit 9ac4b00

Browse files
committed
Format fixes.
1 parent 2112b81 commit 9ac4b00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/CodeGen/CodeGenModule.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,6 @@ void CodeGenModule::createIndirectFunctionTypeMD(const FunctionDecl *FD,
30813081

30823082
void CodeGenModule::createFunctionTypeMetadataForIcall(const FunctionDecl *FD,
30833083
llvm::Function *F) {
3084-
30853084
// Only if we are checking indirect calls.
30863085
if (!LangOpts.Sanitize.has(SanitizerKind::CFIICall))
30873086
return;

0 commit comments

Comments
 (0)