diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-13 21:03:25 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-13 21:03:25 +0000 |
| commit | 62a097d134eefb773670135eb12abeb5e44e1c55 (patch) | |
| tree | aa4e4d0b6e8c37117c1322524f3e392e852ab77e /llvm/lib | |
| parent | 83a927d84adf6cca7efc9cc551ca1ada4619400f (diff) | |
| download | bcm5719-llvm-62a097d134eefb773670135eb12abeb5e44e1c55.tar.gz bcm5719-llvm-62a097d134eefb773670135eb12abeb5e44e1c55.zip | |
Delete dead typedef.
llvm-svn: 161782
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/EarlyIfConversion.cpp | 2 |
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 //===----------------------------------------------------------------------===// |

