[LLVMdev] making emitInlineAsm protected

reed kotler rkotler at mips.com
Tue Jan 28 16:56:20 PST 2014


I would like to make the following member of AsmPrinter be protected


void EmitInlineAsm(StringRef Str, const MDNode *LocMDNode = 0,
                        InlineAsm::AsmDialect AsmDialect =
                            InlineAsm::AD_ATT) const;

I have some stubs that I want to emit in MipsAsmParser .

Are there any objections to doing this?

Reed




More information about the llvm-dev mailing list