aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-07-11 19:22:21 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-07-11 19:22:21 +0000
commit646ca92bfc20002a5c6d9b2b42e6940fd86ff7c9 (patch)
tree3916e2641e249f3c45f832f68c021557f8a67c6a /lib/CompilerDriver
parentd7073db1af89c0340eb81740beb78875d3c4a2f8 (diff)
downloadexternal_llvm-646ca92bfc20002a5c6d9b2b42e6940fd86ff7c9.zip
external_llvm-646ca92bfc20002a5c6d9b2b42e6940fd86ff7c9.tar.gz
external_llvm-646ca92bfc20002a5c6d9b2b42e6940fd86ff7c9.tar.bz2
Fix handling of max and full set.
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CompilerDriver')
0 files changed, 0 insertions, 0 deletions