[llvm-commits] [llvm] r170591 - in /llvm/trunk/lib/Target/R600: AMDGPU.h AMDGPUStructurizeCFG.cpp AMDGPUTargetMachine.cpp AMDILCFGStructurizer.cpp AMDILInstrInfo.td CMakeLists.txt R600Instructions.td SIAnnotateControlFlow.cpp SIFixSGPRLiveness.cpp SIISelLowering.cpp SIISelLowering.h SIInstructions.td SIIntrinsics.td SILowerControlFlow.cpp

Dmitri Gribenko gribozavr at gmail.com
Wed Dec 19 15:01:13 PST 2012


On Thu, Dec 20, 2012 at 12:10 AM, Tom Stellard <thomas.stellard at amd.com> wrote:
> +/// \brief Initialize the types and constants used in the pass
> +bool AMDGPUStructurizeCFG::doInitialization(Region *R, RGPassManager &RGM) {
> +
> +  LLVMContext &Context = R->getEntry()->getContext();

Code style: empty line at the beginning of the function body.  There
are quite a few of these in this commit.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the llvm-commits mailing list