[llvm] r239921 - Allow aliases to be unnamed.

Sean Silva chisophugis at gmail.com
Thu Jun 18 17:08:59 PDT 2015


On Thu, Jun 18, 2015 at 5:59 AM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> On 18 June 2015 at 01:13, Sean Silva <chisophugis at gmail.com> wrote:
> > Does this need a LangRef update?
>
> I don't see the old restriction anywhere in the LangRef. All that I
> could find was
>
> #. Unnamed values are represented as an unsigned numeric value with
>    their prefix. For example, ``%12``, ``@2``, ``%44``.
>

http://llvm.org/docs/LangRef.html#aliases

"Aliases have a name"

Allowing them to be unnamed seems to contradict that.

CC'ing Anton since he's the original committer.

-- Sean Silva


>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150618/47ca5bb5/attachment.html>


More information about the llvm-commits mailing list