[llvm-commits] [llvm] r86314 - /llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp
Chris Lattner
clattner at apple.com
Fri Nov 6 21:09:46 PST 2009
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. :)
-Chris
More information about the llvm-commits
mailing list