diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-07-11 19:22:21 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-07-11 19:22:21 +0000 |
| commit | fc69ee2cc6f0231b310de7db0e86f5a3d9d1882e (patch) | |
| tree | b8b123dd81162246c0d3cc8e6c954b41971a527a /llvm/lib/Support/APInt.cpp | |
| parent | 0029c0e57a3a0c7a2e88264cad19237e3798b366 (diff) | |
| download | llvm-fc69ee2cc6f0231b310de7db0e86f5a3d9d1882e.zip llvm-fc69ee2cc6f0231b310de7db0e86f5a3d9d1882e.tar.gz llvm-fc69ee2cc6f0231b310de7db0e86f5a3d9d1882e.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.
llvm-svn: 75372
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions
