We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1880e41 commit 9855134Copy full SHA for 9855134
llvm/lib/ProfileData/InstrProfReader.cpp
@@ -1262,7 +1262,7 @@ Error IndexedInstrProfReader::readHeader() {
1262
/*Payload=*/Start + FramePayloadOffset,
1263
/*Base=*/Start, memprof::FrameLookupTrait()));
1264
1265
-#if EXPENSIVE_CHECKS
+#ifdef EXPENSIVE_CHECKS
1266
// Go through all the records and verify that CSId has been correctly
1267
// populated. Do this only under EXPENSIVE_CHECKS. Otherwise, we
1268
// would defeat the purpose of OnDiskIterableChainedHashTable.
0 commit comments