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 533d98b commit 2804f35Copy full SHA for 2804f35
llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -330,8 +330,8 @@ void ARMConstantIslands::verify() {
330
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
331
/// print block size and offset information - debugging
332
LLVM_DUMP_METHOD void ARMConstantIslands::dumpBBs() {
333
- BBInfoVector &BBInfo = BBUtils->getBBInfo();
334
LLVM_DEBUG({
+ BBInfoVector &BBInfo = BBUtils->getBBInfo();
335
for (unsigned J = 0, E = BBInfo.size(); J !=E; ++J) {
336
const BasicBlockInfo &BBI = BBInfo[J];
337
dbgs() << format("%08x %bb.%u\t", BBI.Offset, J)
0 commit comments