mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
GetDirtyPageList was being assigned to const & in most places anyway. If you wanted to change the list you'd make a new one and call SetDirtyPageList. GetPageSize is just an int so no issues being const. Differential Revision: https://reviews.llvm.org/D125786