X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FCodeGen%2FLiveInterval.h;h=251ef50fe06ca2a2c5b5a330f6f43b37ce5ac6d9;hb=292e417c1b3452c43d224e1a928c89bde6469515;hp=efad0c65fe8fcc7b0388a7a63f6ed0397298a86c;hpb=6889483ca4bd5f2634c9041aa076aad01ac38b39;p=oota-llvm.git diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index efad0c65fe8..251ef50fe06 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -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) {}