[llvm-commits] [llvm] r161053 - /llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Villmow, Micah
Micah.Villmow at amd.com
Tue Jul 31 11:08:39 PDT 2012
OK, thanks for pointing that out, I've submitted a fix in 161061.
> -----Original Message-----
> From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-
> bounces at cs.uiuc.edu] On Behalf Of Anton Korobeynikov
> Sent: Tuesday, July 31, 2012 10:09 AM
> To: Micah Villmow
> Cc: llvm-commits at cs.uiuc.edu
> Subject: Re: [llvm-commits] [llvm] r161053 -
> /llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
>
> Hi Micah,
>
> > + if (NewCond != Cond && (DCI.isBeforeLegalizeOps()
> > + || getCondCodeAction(NewCond, N0.getValueType()) == Legal))
> Please follow the LLVM coding style. || should be on preceding line.
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list