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:
b2e4099
)
Remove an unused variable.
author
Dan Gohman
<gohman@apple.com>
Tue, 10 Nov 2009 01:37:57 +0000
(
01:37
+0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 10 Nov 2009 01:37:57 +0000
(
01:37
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86642
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/BranchFolding.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/BranchFolding.cpp
b/lib/CodeGen/BranchFolding.cpp
index b094eefb302b634498a74333698249c90dd25961..f0f01fa301b2ccf2fc452efea80c50e586d6cc6e 100644
(file)
--- a/
lib/CodeGen/BranchFolding.cpp
+++ b/
lib/CodeGen/BranchFolding.cpp
@@
-1179,7
+1179,6
@@
bool BranchFolder::OptimizeBlock(MachineBasicBlock *MBB) {
// Analyze the branch at the end of the block before the succ.
MachineBasicBlock *SuccBB = *SI;
MachineFunction::iterator SuccPrev = SuccBB; --SuccPrev;
- std::vector<MachineOperand> SuccPrevCond;
// If this block doesn't already fall-through to that successor, and if
// the succ doesn't already have a block that can fall through into it,