Remove unused typedef.

llvm-svn: 178462
This commit is contained in:
Duncan Sands 2013-04-01 13:46:15 +00:00
parent 9cc2e436bb
commit fee96f832d
1 changed files with 0 additions and 1 deletions

View File

@ -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).