[NewGVN] Remove unused setDefiningExpr(). NFCI.

llvm-svn: 303107
This commit is contained in:
Davide Italiano 2017-05-15 19:35:40 +00:00
parent bd49e321d3
commit cff8a34716
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ public:
// Forward propagation info
const Expression *getDefiningExpr() const { return DefiningExpr; }
void setDefiningExpr(const Expression *E) { DefiningExpr = E; }
// Value member set
bool empty() const { return Members.empty(); }