[NewGVN] Remove redundant code. NFCI.

llvm-svn: 290669
This commit is contained in:
Davide Italiano 2016-12-28 13:54:16 +00:00
parent dd0c0ba82c
commit 0fb3c7cde5
1 changed files with 0 additions and 2 deletions

View File

@ -955,8 +955,6 @@ const Expression *NewGVN::performSymbolicEvaluation(Value *V,
return nullptr;
}
}
if (!E)
return nullptr;
return E;
}