summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/DataEncoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/DataEncoder.cpp')
-rw-r--r--lldb/source/Core/DataEncoder.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Core/DataEncoder.cpp b/lldb/source/Core/DataEncoder.cpp
index dd6adc0a868..33404365157 100644
--- a/lldb/source/Core/DataEncoder.cpp
+++ b/lldb/source/Core/DataEncoder.cpp
@@ -258,8 +258,7 @@ uint32_t DataEncoder::PutMaxU64(uint32_t offset, uint32_t byte_size,
case 8:
return PutU64(offset, value);
default:
- assert(!"GetMax64 unhandled case!");
- break;
+ llvm_unreachable("GetMax64 unhandled case!");
}
return UINT32_MAX;
}
OpenPOWER on IntegriCloud