Remove dead variable.
authorBill Wendling <isanbard@gmail.com>
Mon, 28 Dec 2009 01:02:21 +0000 (01:02 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 28 Dec 2009 01:02:21 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92180 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/FastISel.cpp

index 4ead9c9d8c4234b2480facf5b316a9cdd7390a2a..9e182efbbbf20818c4619b7202ffdd89ed5cc1d9 100644 (file)
@@ -548,9 +548,6 @@ FastISel::SelectInstruction(Instruction *I) {
 /// the CFG.
 void
 FastISel::FastEmitBranch(MachineBasicBlock *MSucc) {
-  MachineFunction::iterator NextMBB =
-     llvm::next(MachineFunction::iterator(MBB));
-
   if (MBB->isLayoutSuccessor(MSucc)) {
     // The unconditional fall-through case, which needs no instructions.
   } else {