mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
[memprof] Use #ifdef EXPENSIVE_CHECKS (#86585)
This patch replaces: #if EXPENSIVE_CHECKS with: #ifdef EXPENSIVE_CHECKS to follow the existing conventions.
This commit is contained in:
@@ -1262,7 +1262,7 @@ Error IndexedInstrProfReader::readHeader() {
|
||||
/*Payload=*/Start + FramePayloadOffset,
|
||||
/*Base=*/Start, memprof::FrameLookupTrait()));
|
||||
|
||||
#if EXPENSIVE_CHECKS
|
||||
#ifdef EXPENSIVE_CHECKS
|
||||
// Go through all the records and verify that CSId has been correctly
|
||||
// populated. Do this only under EXPENSIVE_CHECKS. Otherwise, we
|
||||
// would defeat the purpose of OnDiskIterableChainedHashTable.
|
||||
|
||||
Reference in New Issue
Block a user