Skip to content

Commit 041d906

Browse files
Update FastISelEmitter.cpp
1 parent 499c37f commit 041d906

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
@@ -591,7 +591,7 @@ void FastISelMap::collectPatterns(const CodeGenDAGPatterns &CGP) {
591591

592592
// Ok, we found a pattern that we can handle. Remember it.
593593
InstructionMemo Memo(Pattern.getDstPattern().getOperator()->getName(),
594-
DstRC, SubRegNo, std::move(PhysRegInputs), PredicateCheck);
594+
DstRC, std::move(SubRegNo), std::move(PhysRegInputs), PredicateCheck);
595595

596596
int complexity = Pattern.getPatternComplexity(CGP);
597597

0 commit comments

Comments
 (0)