[llvm-commits] [llvm] r80265 - /llvm/trunk/lib/VMCore/Value.cpp

Eli Friedman eli.friedman at gmail.com
Thu Aug 27 14:25:15 PDT 2009


On Thu, Aug 27, 2009 at 10:55 AM, Dan Gohman<gohman at apple.com> wrote:
> Author: djg
> Date: Thu Aug 27 12:55:13 2009
> New Revision: 80265
>
> URL: http://llvm.org/viewvc/llvm-project?rev=80265&view=rev
> Log:
> Teach getUnderlyingObject and skipPointerCasts about GlobalAliases.

Shouldn't a alias constant-fold to the pointed-to global if it can't
be overridden?

-Eli



More information about the llvm-commits mailing list