Skip to content

Commit 9bd2c95

Browse files
committed
Reformat
1 parent ae91164 commit 9bd2c95

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
@@ -2335,7 +2335,6 @@ llvm::ConstantInt *CodeGenModule::CreateCrossDsoCfiTypeId(llvm::Metadata *MD) {
23352335
return llvm::ConstantInt::get(Int64Ty, llvm::MD5Hash(MDS->getString()));
23362336
}
23372337

2338-
23392338
// Generalize pointer types to a void pointer with the qualifiers of the
23402339
// originally pointed-to type, e.g. 'const char *' and 'char * const *'
23412340
// generalize to 'const void *' while 'char *' and 'const char **' generalize to

0 commit comments

Comments
 (0)