Skip to content

Commit 6dceb23

Browse files
Update FastISelEmitter.cpp
1 parent 762d848 commit 6dceb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/TableGen/FastISelEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ void FastISelMap::collectPatterns(const CodeGenDAGPatterns &CGP) {
567567
++DstIndex;
568568
}
569569

570-
PhysRegInputs.push_back(PhysReg);
570+
PhysRegInputs.push_back(std::move(PhysReg));
571571
}
572572

573573
if (Op->getName() != "EXTRACT_SUBREG" && DstIndex < Dst.getNumChildren())

0 commit comments

Comments
 (0)