From c6d2db4db1c35b70c3d955e8bf372cdf0cd2cefd Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 15 Oct 2014 00:09:07 +0000 Subject: [PATCH 1/1] Remove unused variable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219750 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AArch64/AArch64InstrInfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/AArch64/AArch64InstrInfo.cpp b/lib/Target/AArch64/AArch64InstrInfo.cpp index 4bec7372e69..c8592bd1c88 100644 --- a/lib/Target/AArch64/AArch64InstrInfo.cpp +++ b/lib/Target/AArch64/AArch64InstrInfo.cpp @@ -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?"); -- 2.34.1