The HadDelete field is no longer used.
authorDan Gohman <gohman@apple.com>
Wed, 5 Nov 2008 17:35:14 +0000 (17:35 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 5 Nov 2008 17:35:14 +0000 (17:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58761 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/DAGISelHeader.h

index a46c9831ed7e24281859b438860a475ddd852856..3b4da6618e7dc8794aab8b4dbef1901f3d1a9642 100644 (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) {}