mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +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