Commit 90d03a0
authored
[RISCV] Use MutableArrayRef instead of SmallVectorImpl&. NFC (llvm#159651)
We're only going to modify existing items, not add or remove any
elements to the vector.1 parent 51e3c3d commit 90d03a0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10734 | 10734 | | |
10735 | 10735 | | |
10736 | 10736 | | |
10737 | | - | |
| 10737 | + | |
10738 | 10738 | | |
10739 | 10739 | | |
10740 | 10740 | | |
| |||
10770 | 10770 | | |
10771 | 10771 | | |
10772 | 10772 | | |
10773 | | - | |
| 10773 | + | |
10774 | 10774 | | |
10775 | 10775 | | |
10776 | 10776 | | |
| |||
0 commit comments