Remove unused variable.

llvm-svn: 219750
This commit is contained in:
Eric Christopher 2014-10-15 00:09:07 +00:00
parent 58efc65f68
commit 6ae3b9e3df

View File

@ -2860,7 +2860,6 @@ bool AArch64InstrInfo::optimizeCondBranch(MachineInstr *MI) const {
bool IsNegativeBranch = false;
bool IsTestAndBranch = false;
unsigned TargetBBInMI = 0;
unsigned CCInMI = 0;
switch (MI->getOpcode()) {
default:
llvm_unreachable("Unknown branch instruction?");