1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

[NFC] Avoid polluting global scope

This commit is contained in:
Guillaume Chatelet
2022-01-14 16:06:30 +00:00
parent 5ed8ef4bbe
commit aa642e573e
2 changed files with 4 additions and 4 deletions

View File

@ -340,7 +340,7 @@ static Node* GetCacheTypeString(CacheType cache_type) {
case CPU_FEATURE_CACHE_PREFETCH:
return CreateConstantString("prefetch");
}
UNREACHABLE();
CPU_FEATURES_UNREACHABLE();
}
static void AddCacheInfo(Node* root, const CacheInfo* cache_info) {