Skip to content

Commit

Permalink
Remove unused struct/enum
Browse files Browse the repository at this point in the history
Patch by Matthias Braun!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188388 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
stoklund committed Aug 14, 2013
1 parent 6889483 commit 292e417
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions include/llvm/CodeGen/LiveInterval.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,6 @@ namespace llvm {
Ranges ranges; // the ranges in which this register is live
VNInfoList valnos; // value#'s

struct InstrSlots {
enum {
LOAD = 0,
USE = 1,
DEF = 2,
STORE = 3,
NUM = 4
};

};

LiveInterval(unsigned Reg, float Weight)
: reg(Reg), weight(Weight) {}

Expand Down

0 comments on commit 292e417

Please sign in to comment.