Commit d93e7cd
committed
[memprof] Use ArrayRef instead of std::vector<LinearFrameId> (NFC)
LLVM Programmer's Manual prefers ArrayRef over actual sequential
container types for read accesses.1 parent 7b7ae72 commit d93e7cd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1134 | 1134 | | |
1135 | 1135 | | |
1136 | 1136 | | |
1137 | | - | |
| 1137 | + | |
1138 | 1138 | | |
1139 | 1139 | | |
1140 | 1140 | | |
| |||
0 commit comments