[llvm-commits] [llvm] r86314 - /llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp

Jeffrey Yasskin jyasskin at google.com
Fri Nov 6 21:13:42 PST 2009


On Fri, Nov 6, 2009 at 9:09 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Nov 6, 2009, at 9:09 PM, Chris Lattner wrote:
>
>>
>> On Nov 6, 2009, at 4:26 PM, Jeffrey Yasskin wrote:
>>
>>> Author: jyasskin
>>> Date: Fri Nov  6 18:26:47 2009
>>> New Revision: 86314
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=86314&view=rev
>>> Log:
>>> Avoid "ambiguous 'else'" warning from gcc.
>>
>> That's a lame warning.  If GCC had better grasp of columns/indentation
>> of the else, it could see that it was clearly doing the right thing.
>
> Not that I dislike your patch, of course.  Thanks for doing this. :)

What? A compiler be aware of whitespace? That's only for lame
languages like Haskell and Python!

:)




More information about the llvm-commits mailing list