[llvm-commits] [llvm] r161053 - /llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Anton Korobeynikov anton at korobeynikov.info
Tue Jul 31 10:09:11 PDT 2012


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



More information about the llvm-commits mailing list