We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100d06a commit 3aa8c72Copy full SHA for 3aa8c72
1 file changed
lib/Backend/GlobOptBailOut.cpp
@@ -506,7 +506,6 @@ GlobOpt::TrackCalls(IR::Instr * instr)
506
if (this->currentBlock->globOptData.callSequence == nullptr)
507
{
508
this->currentBlock->globOptData.callSequence = JitAnew(this->alloc, SListBase<IR::Opnd *>);
509
- this->currentBlock->globOptData.callSequence = this->currentBlock->globOptData.callSequence;
510
}
511
this->currentBlock->globOptData.callSequence->Prepend(this->alloc, instr->GetDst());
512
0 commit comments