[Misc] Replaced const with constexpr where possible
This commit is contained in:
committed by
Radosław Gliński
parent
d20620eb5e
commit
5f918ef28d
@@ -2100,7 +2100,7 @@ Value* HIRBuilder::CountLeadingZeros(Value* value) {
|
||||
ASSERT_INTEGER_TYPE(value);
|
||||
|
||||
if (value->IsConstantZero()) {
|
||||
static const uint8_t zeros[] = {
|
||||
static constexpr uint8_t zeros[] = {
|
||||
8,
|
||||
16,
|
||||
32,
|
||||
|
||||
Reference in New Issue
Block a user