Skip to content

Commit 3aa8c72

Browse files
committed
Remove redundant self assignment
1 parent 100d06a commit 3aa8c72

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/Backend/GlobOptBailOut.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ GlobOpt::TrackCalls(IR::Instr * instr)
506506
if (this->currentBlock->globOptData.callSequence == nullptr)
507507
{
508508
this->currentBlock->globOptData.callSequence = JitAnew(this->alloc, SListBase<IR::Opnd *>);
509-
this->currentBlock->globOptData.callSequence = this->currentBlock->globOptData.callSequence;
510509
}
511510
this->currentBlock->globOptData.callSequence->Prepend(this->alloc, instr->GetDst());
512511

0 commit comments

Comments
 (0)