llvm-project/llvm/include
QingShan Zhang 6a8aa0e898 [NFC] Declare the member data of class PostGenericScheduler as "protected" instead of "private"
Some target might try to subclass the PostGenericScheduler to custom the scheduling strategy.
We need to declare the member data of PostGenericScheduler as "protected", which acts the same as "GenericScheduler".

Differential Revision: https://reviews.llvm.org/D58949

llvm-svn: 355475
2019-03-06 02:39:18 +00:00
..
llvm [NFC] Declare the member data of class PostGenericScheduler as "protected" instead of "private" 2019-03-06 02:39:18 +00:00
llvm-c [OptRemarks] Make OptRemarks more generic: rename OptRemarks to Remarks 2019-03-05 20:45:17 +00:00