[Constants] Fix copy-pasto in llvm_unreachable message. NFC

llvm-svn: 306456
This commit is contained in:
Craig Topper 2017-06-27 19:57:51 +00:00
parent 23aae3b554
commit ccbb810776

View File

@ -716,7 +716,7 @@ bool ConstantFP::isExactlyValue(const APFloat &V) const {
/// Remove the constant from the constant table.
void ConstantFP::destroyConstantImpl() {
llvm_unreachable("You can't ConstantInt->destroyConstantImpl()!");
llvm_unreachable("You can't ConstantFP->destroyConstantImpl()!");
}
//===----------------------------------------------------------------------===//