1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Fangrui Song 4c12d59f85 Use the container form llvm::sort(C, ...)
There are a few leftovers in rL343163 which span two lines. This commit
changes these llvm::sort(C.begin(), C.end, ...) to llvm::sort(C, ...)

llvm-svn: 343426
2018-09-30 22:31:29 +00:00
..
2018-09-18 18:39:27 +00:00
2018-06-23 19:04:10 +00:00
2018-07-23 18:09:43 +00:00
2018-09-24 08:34:17 +00:00
2018-09-28 17:01:50 +00:00
2018-09-28 17:01:50 +00:00
2018-09-05 01:27:38 +00:00
2018-04-25 18:06:23 +00:00
2018-07-20 17:27:48 +00:00