[llvm-commits] [poolalloc] r72397 - /poolalloc/trunk/lib/DSA/Local.cpp

Mai, Haohui haohui.mai at gmail.com
Mon May 25 14:09:40 PDT 2009


I think you're right.

Thanks for pointing out the issue.

Haohui

On Tue, 2009-05-26 at 01:01 +0400, Anton Korobeynikov wrote:
> Hello,
> 
> > +    } else if (isa<GlobalAlias>(C)) {
> > +      // XXX: Need more investigation
> > +      NH = getValueDest(*(dynamic_cast<GlobalAlias*>(C)->getAliasee()));
> I think you want to use cast<> here (see
> http://llvm.org/docs/ProgrammersManual.html#isa)
> 




More information about the llvm-commits mailing list