[LLVMdev] making emitInlineAsm protected

Eric Christopher echristo at gmail.com
Tue Jan 28 18:29:09 PST 2014


Uhhhh...

-eric

On Tue, Jan 28, 2014 at 4:56 PM, reed kotler <rkotler at mips.com> wrote:
> 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
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev



More information about the llvm-dev mailing list