Skip to content

Commit

Permalink
[MERGE #5709 @nhat-nguyen] Remove redundant self assignment
Browse files Browse the repository at this point in the history
Merge pull request #5709 from nhat-nguyen:cleanup
  • Loading branch information
nhat-nguyen committed Sep 19, 2018
2 parents 100d06a + 3aa8c72 commit 565eee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Backend/GlobOptBailOut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ GlobOpt::TrackCalls(IR::Instr * instr)
if (this->currentBlock->globOptData.callSequence == nullptr)
{
this->currentBlock->globOptData.callSequence = JitAnew(this->alloc, SListBase<IR::Opnd *>);
this->currentBlock->globOptData.callSequence = this->currentBlock->globOptData.callSequence;
}
this->currentBlock->globOptData.callSequence->Prepend(this->alloc, instr->GetDst());

Expand Down

0 comments on commit 565eee0

Please sign in to comment.