Remove stray debug output - NFC

PiperOrigin-RevId: 232390076
This commit is contained in:
Uday Bondhugula 2019-02-04 16:36:33 -08:00 committed by jpienaar
parent bf9c381d1d
commit ed27b40085

View File

@ -444,7 +444,6 @@ bool DmaGeneration::generateDma(const MemRefRegion &region, Block *block,
/// starting and ending with a load or store op, or just a loop (which could
/// have other loops nested within). Returns false on an error, true otherwise.
bool DmaGeneration::runOnBlock(Block *block, uint64_t consumedCapacityBytes) {
block->dump();
if (block->empty())
return true;