Skip to content

Commit

Permalink
[LICM] Small update to note changes made in hoistRegion
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D28363

llvm-svn: 291157
  • Loading branch information
andykaylor committed Jan 5, 2017
1 parent feaf9d1 commit 7353cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Transforms/Scalar/LICM.cpp
Expand Up @@ -408,6 +408,7 @@ bool llvm::hoistRegion(DomTreeNode *N, AliasAnalysis *AA, LoopInfo *LI,
CurAST->deleteValue(&I);
I.eraseFromParent();
}
Changed = true;
continue;
}

Expand Down

0 comments on commit 7353cf4

Please sign in to comment.