projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ff93bf
)
Remove unused variable.
author
Eric Christopher
<echristo@gmail.com>
Wed, 15 Oct 2014 00:09:07 +0000
(
00:09
+0000)
committer
Eric Christopher
<echristo@gmail.com>
Wed, 15 Oct 2014 00:09:07 +0000
(
00:09
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219750
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/AArch64/AArch64InstrInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/AArch64/AArch64InstrInfo.cpp
b/lib/Target/AArch64/AArch64InstrInfo.cpp
index
4bec737
..
c8592bd
100644
(file)
--- 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?");