Skip to content
  • Chris Lattner's avatar
    add a new method, play around with some code. · 3cf40798
    Chris Lattner authored
    Fix a *bug* in the extendIntervalEndTo method.  In particular, if adding
    [2:10) to an interval containing [0:2),[10:30), we produced [0:10),[10,30).
    Which is not the most smart thing to do.  Now produce [0:30).
    
    llvm-svn: 23841
    3cf40798
Loading