mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-07 03:40:35 +00:00
Remove unused variable.
llvm-svn: 219750
This commit is contained in:
parent
58efc65f68
commit
6ae3b9e3df
@ -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?");
|
||||
|
Loading…
Reference in New Issue
Block a user