Skip to content

Commit c8c985c

Browse files
committed
Remove some LLVM_DEBUG lines
1 parent 7db61b5 commit c8c985c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AMDGPU/AMDGPUMarkLastScratchLoad.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,7 @@ bool AMDGPUMarkLastScratchLoad::runOnMachineFunction(MachineFunction &MF) {
7979
bool Changed = false;
8080

8181
for (auto &[SS, LI] : *LS) {
82-
LLVM_DEBUG(dbgs() << "Checking interval: " << LI << "\n");
83-
8482
for (const LiveRange::Segment &Segment : LI.segments) {
85-
LLVM_DEBUG(dbgs() << " Checking segment: " << Segment << "\n");
8683

8784
// Ignore segments that run to the end of basic block because in this case
8885
// slot is still live at the end of it.

0 commit comments

Comments
 (0)