forked from OSchip/llvm-project
[Constants] Fix copy-pasto in llvm_unreachable message. NFC
llvm-svn: 306456
This commit is contained in:
parent
23aae3b554
commit
ccbb810776
|
@ -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()!");
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue