mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-01 22:53:29 +00:00
Remove stray debug output - NFC
PiperOrigin-RevId: 232390076
This commit is contained in:
parent
bf9c381d1d
commit
ed27b40085
@ -444,7 +444,6 @@ bool DmaGeneration::generateDma(const MemRefRegion ®ion, 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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user