[all-commits] [llvm/llvm-project] 985513: [memprof] Use #ifdef EXPENSIVE_CHECKS (#86585)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Mar 25 14:36:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9855134d079a193e5c17259f024082d6bb5396bf
https://github.com/llvm/llvm-project/commit/9855134d079a193e5c17259f024082d6bb5396bf
Author: Kazu Hirata <kazu at google.com>
Date: 2024-03-25 (Mon, 25 Mar 2024)
Changed paths:
M llvm/lib/ProfileData/InstrProfReader.cpp
Log Message:
-----------
[memprof] Use #ifdef EXPENSIVE_CHECKS (#86585)
This patch replaces:
#if EXPENSIVE_CHECKS
with:
#ifdef EXPENSIVE_CHECKS
to follow the existing conventions.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list