mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3983fbc112
commit
8688888787
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user