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 e8f69b733a
commit 6b8b051b47
1 changed files with 1 additions and 2 deletions

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 {