I'd like to add a value to a use_list of a new instruction that I am inserting, is this possible? <br><br>I was looking at using Value::addUse(Use&), however, this doesn't take a value, it takes a Use, so I need to pass the value as a use somehow?<br>
<br>Thanks.<br>