Skip to content
  • Nick Lewycky's avatar
    Fix handling of max and full set. · fc69ee2c
    Nick Lewycky authored
    A full set is a constant range that represents any number. If you take the
    umax of that and [5, 10) you end up with [5, INT_MAX] because the values less
    than 5 would be umax's against a value which is at least 5.
    
    llvm-svn: 75372
    fc69ee2c
Loading