mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
Use llvm::reverse instead of `for (auto I = rbegin(), E = rend(); I != E; ++I)` Reviewed By: #bolt, rafauler Differential Revision: https://reviews.llvm.org/D140516