Skip to content

Commit 4c901c4

Browse files
author
Xu, Xiaohui1
committed
push local change
1 parent bec59ab commit 4c901c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gc/Transforms/CPUPhysicalRegisterPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,7 @@ void GroupOperationFusionImpl::scalarOperandFromElements() {
27472747
SmallVector<std::queue<Operation *>, 8> &opGroups =
27482748
getGroupOperationFusion().getOpGroups();
27492749
size_t idx = 0;
2750-
for (auto grp : opGroups) {
2750+
for (auto &grp : opGroups) {
27512751
std::queue<Operation *> tmpQueue(grp);
27522752
while (!tmpQueue.empty()) {
27532753
auto op = tmpQueue.front();

0 commit comments

Comments
 (0)