mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix -Wstring-conversion warning.
Patch by Matt Beaumont-Gay. llvm-svn: 159583
This commit is contained in:
parent
03cfdb315b
commit
b6a09e4e0c
@ -218,8 +218,7 @@ public:
|
||||
const_cast<Type&>(RangeType) = RANGE;
|
||||
return false;
|
||||
}
|
||||
assert(!"Unknown state?!");
|
||||
return false;
|
||||
llvm_unreachable("Unknown state?!");
|
||||
}
|
||||
|
||||
const IntType& getLow() const {
|
||||
|
Loading…
Reference in New Issue
Block a user