_______________________________________________
LLVM Developers mailing list
LLV...@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
| void Instruction::setMetadata | ( | StringRef | Kind, |
| MDNode * | Node | ||
| ) |
I'm not familiar with this, but maybe you can try:StringRef tst = ("marked" + Twine(srsr)).str();It seems that you can't use integer as meta data kind name.
Logan