[llvm] r218278 - remove unnecessary labels; NFC

Chandler Carruth chandlerc at google.com
Wed Sep 24 11:58:40 PDT 2014


On Wed, Sep 24, 2014 at 11:54 AM, Sanjay Patel <spatel at rotateright.com>
wrote:

> 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.


I wouldn't add them back, I just wouldn't bother removing them in the
future. Generally, I prefer named basic blocks. It makes the verbose asm a
bit easier to read among other things.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140924/d3de2b15/attachment.html>


More information about the llvm-commits mailing list