summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-12-05 19:37:36 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-12-05 19:37:36 +0000
commitc44a3ff63845cf73bdf0b559a8ddb06ff5f6c710 (patch)
treede0ee6ec0da143bbece7e2497d4b3a0669a26628 /llvm/lib/CodeGen
parent0fefa67606dc4b5078c3754e182de38ba7386231 (diff)
downloadbcm5719-llvm-c44a3ff63845cf73bdf0b559a8ddb06ff5f6c710.tar.gz
bcm5719-llvm-c44a3ff63845cf73bdf0b559a8ddb06ff5f6c710.zip
Fix minor GCC warnings.
Unused typedefs and unused variables. llvm-svn: 196526
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/MachineBlockPlacement.cpp1
1 files changed, 0 insertions, 1 deletions
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<MachineBasicBlock *, 16> FunctionBlockSetType;
DEBUG({
// Crash at the end so we get all of the debugging output first.
bool BadFunc = false;
OpenPOWER on IntegriCloud