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 ed93e6b commit bac490bCopy full SHA for bac490b
llvm/utils/TableGen/FastISelEmitter.cpp
@@ -828,7 +828,7 @@ void FastISelMap::printFunctionDefinitions(raw_ostream &OS) {
828
for (unsigned i = 0, e = MI->second.size(); i != e; ++i) {
829
OS << " if (";
830
MI->second[i].emitImmediatePredicate(OS, ImmediatePredicates);
831
- OS << ")\n if (unsigned Reg = fastEmit_";
+ OS << ")\n if (Register Reg = fastEmit_";
832
MI->second[i].PrintManglingSuffix(OS, ImmediatePredicates);
833
OS << "(VT, RetVT, Opcode";
834
if (!MI->second[i].empty())
0 commit comments