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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user