]> granicus.if.org Git - llvm/commitdiff
[Hexagon] Remove leftover debugging code
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 14 Feb 2017 17:37:44 +0000 (17:37 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 14 Feb 2017 17:37:44 +0000 (17:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295078 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonInstrInfo.cpp

index 15590174980cdc77eb0e1a1debd5612ab0697108..01405bf6b9a3310bf990a74d91893aff6f61c6ee 100644 (file)
@@ -639,10 +639,6 @@ unsigned HexagonInstrInfo::insertBranch(MachineBasicBlock &MBB,
     SmallPtrSet<MachineBasicBlock *, 8> 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.