Skip to content

Commit 565eee0

Browse files
committed
[MERGE #5709 @nhat-nguyen] Remove redundant self assignment
Merge pull request #5709 from nhat-nguyen:cleanup
2 parents 100d06a + 3aa8c72 commit 565eee0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)