Commit 0cbb1d5
authored
[GlobalMerge] Use constructor to set all bits in BitVector. NFC (llvm#124375)
The constructor has an optional bool for the starting value for each
bit. Use that instead of calling set().1 parent e734f01 commit 0cbb1d5
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
275 | | - | |
| 274 | + | |
276 | 275 | | |
277 | 276 | | |
278 | 277 | | |
| |||
0 commit comments