mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 18:24:05 +00: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…
x
Reference in New Issue
Block a user