The HadDelete field is no longer used.

llvm-svn: 58761
This commit is contained in:
Dan Gohman 2008-11-05 17:35:14 +00:00
parent 7a638a8c7e
commit 87002dbea1
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ static bool IsChainCompatible(SDNode *Chain, SDNode *Op) {
/// instruciton selection graph.
class VISIBILITY_HIDDEN ISelUpdater : public SelectionDAG::DAGUpdateListener {
SelectionDAG::allnodes_iterator &ISelPosition;
bool HadDelete; // Indicate if any deletions were done.
public:
explicit ISelUpdater(SelectionDAG::allnodes_iterator &isp)
: ISelPosition(isp) {}