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 ec9fb3c commit 476374cCopy full SHA for 476374c
clang/lib/CIR/CodeGen/CIRGenTypes.cpp
@@ -388,7 +388,7 @@ mlir::Type CIRGenTypes::convertType(QualType type) {
388
}
389
390
case Type::Complex: {
391
- const auto *ct = mlir::cast<clang::ComplexType>(ty);
+ const auto *ct = cast<clang::ComplexType>(ty);
392
mlir::Type elementTy = convertType(ct->getElementType());
393
resultType = cir::ComplexType::get(elementTy);
394
break;
0 commit comments