We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5e511 commit 2251940Copy full SHA for 2251940
clang/lib/CIR/CodeGen/CIRGenTypes.cpp
@@ -425,7 +425,7 @@ mlir::Type CIRGenTypes::convertType(QualType type) {
425
assert(!cir::MissingFeatures::updateCompletedType());
426
const EnumDecl *ED = cast<EnumType>(ty)->getDecl();
427
if (auto integerType = ED->getIntegerType(); !integerType.isNull())
428
- return convertType(integerType);
+ return convertType(integerType);
429
// Return a placeholder 'i32' type. This can be changed later when the
430
// type is defined (see UpdateCompletedType), but is likely to be the
431
// "right" answer.
0 commit comments