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 54b54d6 commit f32662aCopy full SHA for f32662a
clang/lib/AST/Interp/ByteCodeExprGen.cpp
@@ -563,8 +563,8 @@ bool ByteCodeExprGen<Emitter>::VisitLogicalBinOp(const BinaryOperator *E) {
563
564
template <class Emitter>
565
bool ByteCodeExprGen<Emitter>::VisitComplexBinOp(const BinaryOperator *E) {
566
- // FIXME: We expect a pointer on the stack here.
567
- // we should not do that, but that's part of a bigger rework.
+ assert(Initializing);
+
568
const Expr *LHS = E->getLHS();
569
const Expr *RHS = E->getRHS();
570
PrimType LHSElemT = *this->classifyComplexElementType(LHS->getType());
0 commit comments