Ignore:
Timestamp:
Apr 19, 2011, 11:12:07 PM (14 years ago)
Author:
Yuri Dario
Message:

clamav: update trunk to 0.97.

Location:
clamav/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clamav/trunk

  • TabularUnified clamav/trunk/libclamav/c++/llvm/lib/CodeGen/PBQP/HeuristicSolver.h

    r189 r319  
    227227      // Nothing to do. Just push the node onto the reduction stack.
    228228      pushToStack(nItr);
     229
     230      s.recordR0();
    229231    }
    230232
     
    275277             "Degree 1 with edge removed should be 0.");
    276278      pushToStack(xnItr);
     279      s.recordR1();
    277280    }
    278281
     
    379382
    380383      pushToStack(xnItr);
    381     }
     384      s.recordR2();
     385    }
     386
     387    /// \brief Record an application of the RN rule.
     388    ///
     389    /// For use by the HeuristicBase.
     390    void recordRN() { s.recordRN(); }
    382391
    383392  private:
     
    407416      // Create node data objects.
    408417      for (Graph::NodeItr nItr = g.nodesBegin(), nEnd = g.nodesEnd();
    409                nItr != nEnd; ++nItr) {
     418           nItr != nEnd; ++nItr) {
    410419        nodeDataList.push_back(NodeData());
    411420        g.setNodeData(nItr, &nodeDataList.back());
Note: See TracChangeset for help on using the changeset viewer.