Skip to content

Commit

Permalink
[clang][Interp][NFC] Remove outdated FIXME comment
Browse files Browse the repository at this point in the history
This rework has already happened.
  • Loading branch information
tbaederr committed Dec 15, 2023
1 parent 54b54d6 commit f32662a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/lib/AST/Interp/ByteCodeExprGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ bool ByteCodeExprGen<Emitter>::VisitLogicalBinOp(const BinaryOperator *E) {

template <class Emitter>
bool ByteCodeExprGen<Emitter>::VisitComplexBinOp(const BinaryOperator *E) {
// FIXME: We expect a pointer on the stack here.
// we should not do that, but that's part of a bigger rework.
assert(Initializing);

const Expr *LHS = E->getLHS();
const Expr *RHS = E->getRHS();
PrimType LHSElemT = *this->classifyComplexElementType(LHS->getType());
Expand Down

0 comments on commit f32662a

Please sign in to comment.