We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb05de1 commit 3531b74Copy full SHA for 3531b74
clang/lib/CIR/CodeGen/CIRGenExpr.cpp
@@ -1114,7 +1114,7 @@ CIRGenFunction::buildExtVectorElementExpr(const ExtVectorElementExpr *E) {
1114
// it.
1115
LValueBaseInfo BaseInfo;
1116
// TODO(cir): Support TBAA
1117
- assert(!UnimplementedFeature::tbaa());
+ assert(!MissingFeatures::tbaa());
1118
Address Ptr = buildPointerWithAlignment(E->getBase(), &BaseInfo);
1119
const auto *PT = E->getBase()->getType()->castAs<clang::PointerType>();
1120
Base = makeAddrLValue(Ptr, PT->getPointeeType(), BaseInfo);
0 commit comments