[PATCH] D58949: [NFC] Declare the member data of class PostGenericScheduler as "protected" instead of "private"
qshanz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 5 18:38:33 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355475: [NFC] Declare the member data of class PostGenericScheduler as "protected"… (authored by qshanz, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58949?vs=189260&id=189437#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58949/new/
https://reviews.llvm.org/D58949
Files:
llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
Index: llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
===================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
+++ llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
@@ -1014,6 +1014,7 @@
/// Callbacks from ScheduleDAGMI:
/// initPolicy -> initialize(DAG) -> registerRoots -> pickNode ...
class PostGenericScheduler : public GenericSchedulerBase {
+protected:
ScheduleDAGMI *DAG;
SchedBoundary Top;
SmallVector<SUnit*, 8> BotRoots;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58949.189437.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190306/115791d8/attachment.bin>
More information about the llvm-commits
mailing list