commit | d0f166a4868c957041fa0ca0a35adde97aa10c91 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Dec 29 03:13:05 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Dec 29 03:13:05 2002 +0000 |
tree | dc6013e61309e7de60b71bcc744efd717d4c537c | |
parent | f27eeea54fb0176986f76731c499176345047dff [diff] [blame] |
More renamings of Target/Machine*Info to Target/Target*Info git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5204 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/InstrScheduling.cpp b/lib/CodeGen/InstrSched/InstrScheduling.cpp index 278e7ad..fe5047b 100644 --- a/lib/CodeGen/InstrSched/InstrScheduling.cpp +++ b/lib/CodeGen/InstrSched/InstrScheduling.cpp
@@ -340,8 +340,8 @@ class SchedulingManager: public NonCopyable { public: // publicly accessible data members - const unsigned int nslots; - const MachineSchedInfo& schedInfo; + const unsigned nslots; + const TargetSchedInfo& schedInfo; SchedPriorities& schedPrio; InstrSchedule isched;