Skip to content
  • Chris Lattner's avatar
    Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which · 78f62e37
    Chris Lattner authored
    will soon be renamed) into their own file.  The new file should not emit
    DEBUG output or have other side effects.  The LiveInterval class also now
    doesn't know whether its working on registers or some other thing.
    
    In the future we will want to use the LiveInterval class and friends to do
    stack packing.  In addition to a code simplification, this will allow us to
    do it more easily.
    
    llvm-svn: 15134
    78f62e37
Loading