mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-23 17:48:03 +00:00
[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…
x
Reference in New Issue
Block a user