[llvm-commits] [llvm] r151015 - /llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp

Chandler Carruth chandlerc at google.com
Mon Feb 20 17:49:13 PST 2012


On Mon, Feb 20, 2012 at 5:19 PM, Rafael Espindola <
rafael.espindola at gmail.com> wrote:

> +    Instruction *Inst = dyn_cast<Instruction>(V);


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120220/56baea45/attachment.html>


More information about the llvm-commits mailing list