From 4c683e4d661fd4dad8250a4cf4c0a4fe4df5e9bb Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Tue, 14 Feb 2017 17:37:44 +0000 Subject: [PATCH] [Hexagon] Remove leftover debugging code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295078 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Hexagon/HexagonInstrInfo.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Target/Hexagon/HexagonInstrInfo.cpp b/lib/Target/Hexagon/HexagonInstrInfo.cpp index 15590174980..01405bf6b9a 100644 --- a/lib/Target/Hexagon/HexagonInstrInfo.cpp +++ b/lib/Target/Hexagon/HexagonInstrInfo.cpp @@ -639,10 +639,6 @@ unsigned HexagonInstrInfo::insertBranch(MachineBasicBlock &MBB, SmallPtrSet VisitedBBs; MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), VisitedBBs); -if (Loop == 0) { - MachineFunction &MF = *MBB.getParent(); - MF.print(dbgs(), 0); -} assert(Loop != 0 && "Inserting an ENDLOOP without a LOOP"); Loop->getOperand(0).setMBB(TBB); // Add the ENDLOOP after the finding the LOOP0. -- 2.50.1