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 95c0e03 commit f9cba2eCopy full SHA for f9cba2e
llvm/utils/TableGen/InstrInfoEmitter.cpp
@@ -1357,7 +1357,7 @@ void InstrInfoEmitter::emitEnums(raw_ostream &OS) {
1357
OS << "#endif // GET_INSTRINFO_SCHED_ENUM\n\n";
1358
}
1359
1360
-static void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) {
+static void EmitInstrInfo(const RecordKeeper &RK, raw_ostream &OS) {
1361
RK.startTimer("Analyze DAG patterns");
1362
InstrInfoEmitter(RK).run(OS);
1363
RK.startTimer("Emit map table");
0 commit comments