Skip to content
  • Chris Lattner's avatar
    Little stuff: · 038747f5
    Chris Lattner authored
    * Fix comment typeo
    * add dump() methods
    * add a few new methods like getLiveRangeContaining, removeRange & joinable
      (which is currently the same as overlaps)
    * Remove the unused operator==
    
    Bigger change:
    
    * In LiveInterval, instead of using a boolean isDefinedOnce to keep track of
      if there are > 1 definitions in a particular interval, keep a counter,
      NumValues to keep track of exactly how many there are.
    * In LiveRange, add a new ValId element to indicate which of the numbered
      values each LiveRange belongs to.   We now no longer merge LiveRanges if
      they are of differing value ID's even if they are neighbors.
    
    llvm-svn: 15152
    038747f5
Loading