Dear llvm-ers,<br>I am trying to attach a customized metadata to llvm instructions.<br>Let's say, I want to attach some number to each instruction.<br>I am trying to use <br><br>void Instruction::setMetadata(unsigned KindID, MDNode* Node)<br>
<br>but I am not sure how to create a brand new instance of an MDNode.<br>Do you have any code samples demonstrating how to do that?<br><br>Due to some tool dependencies, I am using LLVM 2.7<br><br>Thank you,<br>Oksana<br>
<br><br><br><table class="memname" height="28" width="1"><tbody><tr><td class="memname"><br></td>
          <td><br></td>
          <td class="paramtype"><br></td>
          
        </tr>
        <tr>
          <td class="paramkey"><br></td>
          <td><br></td>
          <td class="paramtype"><br></td>
          
        </tr>
        <tr>
          <td><br></td>
          <td><br></td>
          <td><br></td></tr></tbody></table><br>