Skip to content

Commit

Permalink
Remove unused typedef.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166910 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lhames committed Oct 29, 2012
1 parent ca88cee commit 8a5ec5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/CodeGen/RegAllocPBQP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class RegAllocPBQP : public MachineFunctionPass {
typedef std::vector<AllowedSet> AllowedSetMap;
typedef std::pair<unsigned, unsigned> RegPair;
typedef std::map<RegPair, PBQP::PBQPNum> CoalesceMap;
typedef std::vector<PBQP::Graph::NodeItr> NodeVector;
typedef std::set<unsigned> RegSet;


Expand Down

0 comments on commit 8a5ec5d

Please sign in to comment.