[llvm-commits] [llvm] r103869 - /llvm/trunk/lib/CodeGen/RegAllocFast.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Sat May 15 08:04:14 PDT 2010


On May 15, 2010, at 3:23 AM, Chandler Carruth wrote:

> Author: chandlerc
> Date: Sat May 15 05:23:23 2010
> New Revision: 103869
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=103869&view=rev
> Log:
> Fix an GCC warning that seems to have actually caught a bug (!!!) in
> a condition's grouping. Every other use of Allocatable.test(Hint) groups it the
> same way as it is indented, so move the parentheses to agree with that
> grouping.

Nice catch, thanks!

/jakob





More information about the llvm-commits mailing list