Skip to content

Commit 20117ae

Browse files
Update FastISelEmitter.cpp
1 parent de6dc48 commit 20117ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/utils/TableGen/FastISelEmitter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,8 @@ 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, std::move(SubRegNo), std::move(PhysRegInputs), PredicateCheck);
594+
DstRC, std::move(SubRegNo), std::move(PhysRegInputs),
595+
PredicateCheck);
595596

596597
int complexity = Pattern.getPatternComplexity(CGP);
597598

0 commit comments

Comments
 (0)