diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-12-05 19:37:36 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2013-12-05 19:37:36 +0000 |
| commit | c44a3ff63845cf73bdf0b559a8ddb06ff5f6c710 (patch) | |
| tree | de0ee6ec0da143bbece7e2497d4b3a0669a26628 /llvm/lib/CodeGen/MachineBlockPlacement.cpp | |
| parent | 0fefa67606dc4b5078c3754e182de38ba7386231 (diff) | |
| download | bcm5719-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/MachineBlockPlacement.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/MachineBlockPlacement.cpp | 1 |
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; |

