Thanks to visit codestin.com Credit goes to github.com
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 e878b7e commit 0255ae8Copy full SHA for 0255ae8
llvm/utils/TableGen/AsmMatcherEmitter.cpp
@@ -3725,7 +3725,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
3725
OS << " if (ActualIdx < Operands.size())\n";
3726
OS << " DEBUG_WITH_TYPE(\"asm-matcher\", dbgs() << \" (\";\n";
3727
OS << " Operands[ActualIdx]->print(dbgs(), "
3728
- "MCAsmInfo()); dbgs() << "
+ "*getContext().getAsmInfo()); dbgs() << "
3729
"\"): \");\n";
3730
OS << " else\n";
3731
OS << " DEBUG_WITH_TYPE(\"asm-matcher\", dbgs() << \": \");\n";
0 commit comments