ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMI
authorMatthias Braun <matze@braunis.de>
Fri, 4 Dec 2015 19:54:24 +0000 (19:54 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 4 Dec 2015 19:54:24 +0000 (19:54 +0000)
commitc57a70c32743e51e0823918a0f6fdcd60c14a0ca
treede1d600b2df7bc5919701ea03c2b56ff68048b55
parentf6712106fa164c50ba9751d21139bd902016feef
ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMI

Now that ScheduleDAGInstrs doesn't need it anymore we can move the field
down the class hierarcy to ScheduleDAGMI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254759 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
lib/CodeGen/ScheduleDAGInstrs.cpp