1
0
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:
David Blaikie 2012-07-02 21:00:00 +00:00
parent 03cfdb315b
commit b6a09e4e0c

View File

@ -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 {