[llvm] Fix comment typos (NFC)
This commit is contained in:
@@ -2780,7 +2780,7 @@ Error BitcodeReader::resolveGlobalAndIndirectSymbolInits() {
|
||||
} else if (auto *GI = dyn_cast<GlobalIFunc>(GV)) {
|
||||
Type *ResolverFTy =
|
||||
GlobalIFunc::getResolverFunctionType(GI->getValueType());
|
||||
// Transparently fix up the type for compatiblity with older bitcode
|
||||
// Transparently fix up the type for compatibility with older bitcode
|
||||
GI->setResolver(
|
||||
ConstantExpr::getBitCast(C, ResolverFTy->getPointerTo()));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user