From: Krzysztof Parzyszek Date: Tue, 14 Feb 2017 17:37:44 +0000 (+0000) Subject: [Hexagon] Remove leftover debugging code X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c683e4d661fd4dad8250a4cf4c0a4fe4df5e9bb;p=llvm [Hexagon] Remove leftover debugging code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295078 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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.