forked from OSchip/llvm-project
[NewGVN] Remove unused setDefiningExpr(). NFCI.
llvm-svn: 303107
This commit is contained in:
parent
bd49e321d3
commit
cff8a34716
|
@ -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(); }
|
||||
|
|
Loading…
Reference in New Issue