[LLVMdev] [proposal] Extensible IR metadata
Mike Stump
mrs at apple.com
Wed Sep 16 10:54:34 PDT 2009
On Sep 15, 2009, at 11:37 PM, Devang Patel wrote:
> Here is partial initial implementation.
+ /// setMD - Atttach the metadata of given kind with an Instruction.
+ void setMD(unsigned MDKind, MDNode *Node, Instruction *Inst);
Spelling: Attach.
+/// setMD - Atttach the metadata of given kind with an Instruction.
+void Metadata::setMD(unsigned MDKind, MDNode *Node, Instruction
*Inst) {
Spelling: Attach.
More information about the llvm-dev
mailing list