From c44a3ff63845cf73bdf0b559a8ddb06ff5f6c710 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 5 Dec 2013 19:37:36 +0000 Subject: Fix minor GCC warnings. Unused typedefs and unused variables. llvm-svn: 196526 --- llvm/lib/CodeGen/MachineBlockPlacement.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp index 7eec164f148..b725bfb49c8 100644 --- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp +++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp @@ -949,7 +949,6 @@ void MachineBlockPlacement::buildCFGChains(MachineFunction &F) { BlockChain &FunctionChain = *BlockToChain[&F.front()]; buildChain(&F.front(), FunctionChain, BlockWorkList); - typedef SmallPtrSet FunctionBlockSetType; DEBUG({ // Crash at the end so we get all of the debugging output first. bool BadFunc = false; -- cgit v1.2.3