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.
2 parents 100d06a + 3aa8c72 commit 565eee0Copy full SHA for 565eee0
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