llvm-svn: 274051
This commit is contained in:
Krzysztof Parzyszek 2016-06-28 19:12:28 +00:00
parent 183b3014a4
commit 5db97acfa2
1 changed files with 1 additions and 1 deletions

View File

@ -2099,7 +2099,7 @@ JoinVals::analyzeValue(unsigned ValNo, JoinVals &Other) {
// IMPLICIT_DEF instructions behind, and there is nothing wrong with it
// technically.
//
// WHen it happens, treat that IMPLICIT_DEF as a normal value, and don't try
// When it happens, treat that IMPLICIT_DEF as a normal value, and don't try
// to erase the IMPLICIT_DEF instruction.
if (OtherV.ErasableImplicitDef && DefMI &&
DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) {