diff options
author | Duncan Sands <baldrick@free.fr> | 2013-04-01 13:46:15 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2013-04-01 13:46:15 +0000 |
commit | 0857a6fd3397c442dc4dc150a222b0be911f9b5e (patch) | |
tree | 3cc868fd6914553971b54714c309e70070196555 | |
parent | 55097ff56765b9a1e41a7e676df764a8749bc81f (diff) |
Remove unused typedef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178462 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Hexagon/HexagonHardwareLoops.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Hexagon/HexagonHardwareLoops.cpp b/lib/Target/Hexagon/HexagonHardwareLoops.cpp index a46b8d392a..178662447a 100644 --- a/lib/Target/Hexagon/HexagonHardwareLoops.cpp +++ b/lib/Target/Hexagon/HexagonHardwareLoops.cpp @@ -1430,7 +1430,6 @@ MachineBasicBlock *HexagonHardwareLoops::createPreheaderForLoop( return 0; typedef MachineBasicBlock::instr_iterator instr_iterator; - typedef MachineBasicBlock::pred_iterator pred_iterator; // Verify that all existing predecessors have analyzable branches // (or no branches at all). |