summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-06-14 12:48:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-06-14 12:48:26 +0000
commit06ba7a68de167fc10cb6def56d029bcd2abaea5d (patch)
tree750721ef1e48f937e2974a0197b837ce8d0cbf8c /llvm/lib/CodeGen/BranchFolding.h
parenta0da74677ed51615548d486fbded7ad198f62680 (diff)
downloadbcm5719-llvm-06ba7a68de167fc10cb6def56d029bcd2abaea5d.tar.gz
bcm5719-llvm-06ba7a68de167fc10cb6def56d029bcd2abaea5d.zip
revert 132986 to see if the bots go green.
llvm-svn: 132988
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.h')
-rw-r--r--llvm/lib/CodeGen/BranchFolding.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/BranchFolding.h b/llvm/lib/CodeGen/BranchFolding.h
index 4ed42c03464..4daf4ecfe59 100644
--- a/llvm/lib/CodeGen/BranchFolding.h
+++ b/llvm/lib/CodeGen/BranchFolding.h
@@ -10,7 +10,6 @@
#ifndef LLVM_CODEGEN_BRANCHFOLDING_HPP
#define LLVM_CODEGEN_BRANCHFOLDING_HPP
-#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include <vector>
@@ -48,7 +47,6 @@ namespace llvm {
};
typedef std::vector<MergePotentialsElt>::iterator MPIterator;
std::vector<MergePotentialsElt> MergePotentials;
- SmallPtrSet<const MachineBasicBlock*, 2> TriedMerging;
class SameTailElt {
MPIterator MPIter;
OpenPOWER on IntegriCloud