[llvm] r173885 - This patch implements runtime ARM specific
Chandler Carruth
chandlerc at google.com
Thu Jan 31 16:20:50 PST 2013
On Thu, Jan 31, 2013 at 4:04 PM, Carter, Jack <jcarter at mips.com> wrote:
> Chandler,
>
> Could you elaborate on "there is usually a better pattern to follow"?
>
Using dyn_cast and the LLVM-style RTTI for example to ensure that all
down-casts are checked.
(Or avoiding down casts altogether, but nothing new there)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130131/74e10854/attachment.html>
More information about the llvm-commits
mailing list