We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7b4a3 commit 578eafdCopy full SHA for 578eafd
include/swift/SILOptimizer/Utils/PartitionUtils.h
@@ -322,7 +322,7 @@ class Partition {
322
// so set to false to begin with
323
Partition(bool canonical) : labels({}), canonical(canonical) {}
324
325
- static Partition singleRegion(std::vector<Element> indices) {
+ static Partition singleRegion(ArrayRef<Element> indices) {
326
Partition p;
327
if (!indices.empty()) {
328
Region min_index =
0 commit comments