Hi folk,<br><br>In the Source Level Debugging document,  llvm.dbg.declare takes two paramters.  "The
   first argument is the alloca for the variable, cast to a <tt>{}*</tt>. The
   second argument is
   the <tt>llvm.dbg.variable </tt>containing
   the description of the variable."  The second parameter corresponds to DIVariable, what is the corresponding LLVM class of the first parameter?    I want to find which AllocaInst is associated with a given llvm.dbg.declare. Any suggestion?<br>
<br>Thanks,<br>Neal<br><br>