Skip to content
  • Matthias Braun's avatar
    Rename LiveRange to LiveInterval::Segment · 13ddb7cd
    Matthias Braun authored
    The Segment struct contains a single interval; multiple instances of this struct
    are used to construct a live range, but the struct is not a live range by
    itself.
    
    llvm-svn: 192392
    13ddb7cd
Loading