mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 23:43:50 +00:00
IntRange, fixed warning in isSingleNumber method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c0fdba955a
commit
dbd0f69e54
@ -210,8 +210,7 @@ public:
|
||||
return true;
|
||||
case RANGE:
|
||||
return false;
|
||||
case UNKNOWN:
|
||||
default:
|
||||
default: // UNKNOWN
|
||||
if (Low == High) {
|
||||
const_cast<Type&>(RangeType) = SINGLE_NUMBER;
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user