[llvm] r218278 - remove unnecessary labels; NFC

Sanjay Patel spatel at rotateright.com
Wed Sep 24 11:54:21 PDT 2014


The 'entry' labels were just noise to me. Removing them makes the file ~5%
shorter, so less scrolling and all...
But I can restore them if that's preferred. I was just about to send a
patch that'll change some more of the CHECKs to CHECK-NEXTs in that file.

On Wed, Sep 24, 2014 at 11:16 AM, Chandler Carruth <chandlerc at google.com>
wrote:

>
> On Mon, Sep 22, 2014 at 2:52 PM, Sanjay Patel <spatel at rotateright.com>
> wrote:
>
>> Author: spatel
>> Date: Mon Sep 22 16:52:53 2014
>> New Revision: 218278
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=218278&view=rev
>> Log:
>> remove unnecessary labels; NFC
>>
>
> Why remove them? While they're unnecessary, I generally prefer the IR to
> have them....
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140924/2d39087b/attachment.html>


More information about the llvm-commits mailing list