<div class="gmail_quote">On Mon, Feb 20, 2012 at 5:19 PM, Rafael Espindola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+    Instruction *Inst = dyn_cast<Instruction>(V);</blockquote></div><br><div>Either do the dyn_cast in the assertion (my preference) or cast this variable to void to mark it as used in opt builds please.</div>