summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-13 21:03:25 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-13 21:03:25 +0000
commit62a097d134eefb773670135eb12abeb5e44e1c55 (patch)
treeaa4e4d0b6e8c37117c1322524f3e392e852ab77e
parent83a927d84adf6cca7efc9cc551ca1ada4619400f (diff)
downloadbcm5719-llvm-62a097d134eefb773670135eb12abeb5e44e1c55.tar.gz
bcm5719-llvm-62a097d134eefb773670135eb12abeb5e44e1c55.zip
Delete dead typedef.
llvm-svn: 161782
-rw-r--r--llvm/lib/CodeGen/EarlyIfConversion.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/EarlyIfConversion.cpp b/llvm/lib/CodeGen/EarlyIfConversion.cpp
index 048ff8913af..b533387dfe7 100644
--- a/llvm/lib/CodeGen/EarlyIfConversion.cpp
+++ b/llvm/lib/CodeGen/EarlyIfConversion.cpp
@@ -50,8 +50,6 @@ BlockInstrLimit("early-ifcvt-limit", cl::init(30), cl::Hidden,
static cl::opt<bool> Stress("stress-early-ifcvt", cl::Hidden,
cl::desc("Turn all knobs to 11"));
-typedef SmallSetVector<MachineBasicBlock*, 8> BlockSetVector;
-
//===----------------------------------------------------------------------===//
// SSAIfConv
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud